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 ebfea4c commit ea92533Copy full SHA for ea92533
.github/workflows/release.yml
@@ -40,6 +40,6 @@ jobs:
40
files: dist/*
41
- name: Publish package to PyPI
42
if: startsWith(github.ref, 'refs/tags')
43
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@cbd6d01d855e02aab0908c7709d5c0ddc88c617a
44
with:
45
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments