We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93bc622 commit e535d56Copy full SHA for e535d56
1 file changed
.github/workflows/release.yml
@@ -135,7 +135,7 @@ jobs:
135
- name: List wheel files
136
run: find -name *.whl
137
- name: Publish package distributions to PyPi
138
- uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
139
with:
140
password: ${{ secrets.PYPI }}
141
repository-url: https://upload.pypi.org/legacy/
0 commit comments