We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aa9732 + 9d68069 commit 3c5b66dCopy full SHA for 3c5b66d
.github/workflows/pypi-release.yml
@@ -19,7 +19,7 @@ jobs:
19
twine check dist/*
20
- name: Publish package
21
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
22
- uses: pypa/gh-action-pypi-publish@v1.4.2
+ uses: pypa/gh-action-pypi-publish@v1.13.0
23
with:
24
user: __token__
25
password: ${{ secrets.pypi_password }}
0 commit comments