Skip to content

Commit

Permalink
Fix the usage of the pypa/gh-action-pypi-publish action
Browse files Browse the repository at this point in the history
Fix the used version.
Switch to trusted publisher instead of password authentication.
  • Loading branch information
mivek committed Jan 4, 2024
1 parent 8c9f99e commit b6b1319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/project/metar-taf-parser-mivek/
url: https://pypi.org/p/metar-taf-parser-mivek/
permissions:
id-token: write
steps:
Expand Down

0 comments on commit b6b1319

Please sign in to comment.