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 a5f1705 commit 5cf88bfCopy full SHA for 5cf88bf
.github/workflows/publish-to-pypi.yml
@@ -21,7 +21,7 @@ jobs:
21
run: >-
22
python3 setup.py sdist bdist_wheel
23
- name: Publish release to PyPI
24
- uses: pypa/gh-action-pypi-publish@v1.5.1
+ uses: pypa/gh-action-pypi-publish@v1.13.0
25
with:
26
user: __token__
27
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments