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 75dff66 commit 4ea3e79Copy full SHA for 4ea3e79
.github/workflows/deploy-release.yml
@@ -23,7 +23,7 @@ jobs:
23
python setup.py bdist_wheel sdist --formats gztar
24
- name: Publish
25
if: success()
26
- uses: pypa/gh-action-pypi-publish@v1.4.1
+ uses: pypa/gh-action-pypi-publish@v1.13.0
27
with:
28
user: __token__
29
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments