Skip to content

Commit b6b1319

Browse files
committed
Fix the usage of the pypa/gh-action-pypi-publish action
Fix the used version. Switch to trusted publisher instead of password authentication.
1 parent 8c9f99e commit b6b1319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
environment:
1414
name: pypi
15-
url: https://pypi.org/project/metar-taf-parser-mivek/
15+
url: https://pypi.org/p/metar-taf-parser-mivek/
1616
permissions:
1717
id-token: write
1818
steps:

0 commit comments

Comments
 (0)