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 5444167 commit 3995435Copy full SHA for 3995435
.github/workflows/workflow.yml
@@ -70,7 +70,7 @@ jobs:
70
python setup.py sdist
71
python setup.py bdist_wheel
72
- name: Publish a Python distribution to PyPI
73
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
74
with:
75
user: __token__
76
password: ${{ secrets.pypi_password }}
0 commit comments