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 4e5acd4 commit 63fd983Copy full SHA for 63fd983
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
pip install wheel
21
python setup.py sdist bdist_wheel
22
- name: Publish a Python distribution to PyPI
23
- uses: pypa/gh-action-pypi-publish@v1.8.6
+ uses: pypa/gh-action-pypi-publish@release/v1
24
with:
25
user: __token__
26
password: ${{ secrets.pypi_password }}
0 commit comments