We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 173b692 + 32b0ad6 commit 276e08aCopy full SHA for 276e08a
1 file changed
.github/workflows/tests.yml
@@ -217,7 +217,7 @@ jobs:
217
path: wheelhouse/*whl
218
name: ${{ matrix.image }}_wheels.zip
219
- name: Publish package to PyPI
220
- uses: pypa/gh-action-pypi-publish@v1.13.0
+ uses: pypa/gh-action-pypi-publish@v1.14.0
221
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
222
with:
223
user: __token__
0 commit comments