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 744afea commit 6baf71bCopy full SHA for 6baf71b
.github/workflows/python-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
python setup.py sdist bdist_wheel
26
- name: Publish package
27
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
28
- uses: pypa/gh-action-pypi-publish@v1.4.2
+ uses: pypa/gh-action-pypi-publish@v1.13.0
29
with:
30
user: __token__
31
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments