Skip to content

Commit 7523062

Browse files
committed
chore: add sha key for publishing package
1 parent 08e0bd3 commit 7523062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
--outdir dist/
3131
- name: Publish distribution 📦 to PyPI
3232
if: startsWith(github.ref, 'refs/tags')
33-
uses: pypa/gh-action-pypi-publish@release/v1
33+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
3434
with:
3535
password: ${{ secrets.PYPI_API_TOKEN_OPTIMAGIC }}

0 commit comments

Comments
 (0)