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.
2 parents fe9f146 + 3e8fa73 commit 86ac943Copy full SHA for 86ac943
4 files changed
.github/workflows/publish_pypi.yml
@@ -17,6 +17,6 @@ jobs:
17
python -m build
18
- name: Publish distribution to PyPI
19
if: startsWith(github.ref, 'refs/tags')
20
- uses: pypa/gh-action-pypi-publish@v1.8.14
+ uses: pypa/gh-action-pypi-publish@release/v1
21
with:
22
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments