1 parent 36b9394 commit d473bdcCopy full SHA for d473bdc
1 file changed
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
run: python -m build
34
- name: Publish package
35
if: ${{ steps.release.outputs.release_created }}
36
- uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
37
with:
38
user: __token__
39
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments