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 e66d294 commit 7c291e8Copy full SHA for 7c291e8
.github/workflows/publish-twine.yaml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
python setup.py sdist
23
- name: Publish to PyPI
24
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
25
with:
26
user: __token__
27
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments