We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e0bd3 commit 7523062Copy full SHA for 7523062
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -30,6 +30,6 @@ jobs:
30
--outdir dist/
31
- name: Publish distribution 📦 to PyPI
32
if: startsWith(github.ref, 'refs/tags')
33
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
34
with:
35
password: ${{ secrets.PYPI_API_TOKEN_OPTIMAGIC }}
0 commit comments