We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc7c0a commit 0640f19Copy full SHA for 0640f19
.github/workflows/python-release.yml
@@ -22,7 +22,7 @@ jobs:
22
run: rye build
23
24
- name: Publish package
25
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
26
with:
27
user: __token__
28
password: ${{ secrets.pypi_password }}
0 commit comments