We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2caee commit 75a599aCopy full SHA for 75a599a
.github/workflows/dist.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Build packages
86
run: python setup.py sdist bdist_wheel
87
- name: Publish to PyPI
88
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
89
with:
90
user: __token__
91
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments