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 fa0e3ee commit 6651b67Copy full SHA for 6651b67
.github/workflows/pypi-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
pip install wheel
22
python setup.py bdist_wheel sdist
23
- name: Publish package
24
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
25
with:
26
user: willmcg4132
27
password: ${{ secrets.pypi_password }}
0 commit comments