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 5f04a3b commit c13496dCopy full SHA for c13496d
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
pip install wheel
64
python setup.py sdist bdist_wheel
65
- name: Publish
66
- uses: pypa/gh-action-pypi-publish@v1.1.0
+ uses: pypa/gh-action-pypi-publish@v1.13.0
67
with:
68
user: __token__
69
password: "${{ secrets.PYPI_KEY }}"
0 commit comments