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 44b8790 commit 165caedCopy full SHA for 165caed
.github/workflows/pypi-publish.yaml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
python setup.py sdist bdist_wheel
24
- name: Publish
25
- uses: pypa/gh-action-pypi-publish@v1.3.1
+ uses: pypa/gh-action-pypi-publish@v1.13.0
26
with:
27
user: __token__
28
password: ${{ secrets.pypi_token }}
0 commit comments