mirror of
https://github.com/cve-search/PyVulnerabilityLookup.git
synced 2024-11-25 16:27:23 +00:00
fix: URL is case sensitive in release.yml
Some checks failed
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.12) (push) Has been cancelled
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.10) (push) Has been cancelled
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.11) (push) Has been cancelled
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.8) (push) Has been cancelled
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.9) (push) Has been cancelled
Python application - Test Public Interface / Python ${{ matrix.python-version }} sample (3.10) (push) Has been cancelled
Python application - Test Public Interface / Python ${{ matrix.python-version }} sample (3.11) (push) Has been cancelled
Python application - Test Public Interface / Python ${{ matrix.python-version }} sample (3.12) (push) Has been cancelled
Python application - Test Public Interface / Python ${{ matrix.python-version }} sample (3.8) (push) Has been cancelled
Python application - Test Public Interface / Python ${{ matrix.python-version }} sample (3.9) (push) Has been cancelled
Some checks failed
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.12) (push) Has been cancelled
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.10) (push) Has been cancelled
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.11) (push) Has been cancelled
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.8) (push) Has been cancelled
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.9) (push) Has been cancelled
Python application - Test Public Interface / Python ${{ matrix.python-version }} sample (3.10) (push) Has been cancelled
Python application - Test Public Interface / Python ${{ matrix.python-version }} sample (3.11) (push) Has been cancelled
Python application - Test Public Interface / Python ${{ matrix.python-version }} sample (3.12) (push) Has been cancelled
Python application - Test Public Interface / Python ${{ matrix.python-version }} sample (3.8) (push) Has been cancelled
Python application - Test Public Interface / Python ${{ matrix.python-version }} sample (3.9) (push) Has been cancelled
This commit is contained in:
parent
8873e4b8df
commit
4e5146142c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -11,7 +11,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment:
|
environment:
|
||||||
name: pypi
|
name: pypi
|
||||||
url: https://pypi.org/p/pyvulnerabilitylookup
|
url: https://pypi.org/p/PyVulnerabilityLookup
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
|
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue