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 85913d9 commit 0ec5818Copy full SHA for 0ec5818
.github/workflows/tests.yml
@@ -69,7 +69,7 @@ jobs:
69
pip install wheel
70
python setup.py sdist bdist_wheel
71
- name: Publish
72
- uses: pypa/gh-action-pypi-publish@v1.1.0
+ uses: pypa/gh-action-pypi-publish@v1.13.0
73
with:
74
user: __token__
75
password: ${{ secrets.PYPI_KEY }}
0 commit comments