We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e488bc9 commit 0a414bbCopy full SHA for 0a414bb
.github/workflows/release.yml
@@ -43,6 +43,6 @@ jobs:
43
- name: Publish to pypi.org
44
if: >- # "create" workflows run separately from "push" & "pull_request"
45
github.event_name == 'release'
46
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@v1.5.1
47
with:
48
password: ${{ secrets.pypi_password }}
0 commit comments