We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24cf786 + 7ecf77c commit 697d195Copy full SHA for 697d195
1 file changed
.github/workflows/tests.yml
@@ -107,7 +107,7 @@ jobs:
107
path: wheelhouse/*whl
108
name: ${{ matrix.image }}_wheels.zip
109
- name: Publish package to PyPI
110
- uses: pypa/gh-action-pypi-publish@v1.12.2
+ uses: pypa/gh-action-pypi-publish@v1.12.4
111
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
112
with:
113
user: __token__
0 commit comments