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.
1 parent cce9545 commit 3aab492Copy full SHA for 3aab492
.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.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
23
with:
24
user: __token__
25
password: ${{ secrets.pypi_password }}
0 commit comments