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 abf6e4c commit b3707b4
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 @@ -11,7 +11,7 @@ jobs:
name: Deploy to PYPI
runs-on: ubuntu-latest
environment:
name: pypi
name: release
url: https://pypi.org/p/metar-taf-parser-mivek/
permissions:
id-token: write
Expand Down

0 comments on commit b3707b4

Please sign in to comment.