Skip to content

Commit

Permalink
fix: URL is case sensitive in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jul 26, 2024
1 parent 8873e4b commit 4e51461
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/pyvulnerabilitylookup
url: https://pypi.org/p/PyVulnerabilityLookup

permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
Expand Down

0 comments on commit 4e51461

Please sign in to comment.