We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4effe4c commit 0e76878Copy full SHA for 0e76878
.github/workflows/publish-to-pypi.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
python setup.py sdist bdist_wheel
45
- name: Publish distribution 📦 to PyPI
46
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
47
with:
48
user: __token__
49
password: ${{ secrets.pypi_password }}
0 commit comments