We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc20cc commit ae590b8Copy full SHA for ae590b8
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build distributions
29
run: python -m build
30
- name: Publish
31
- uses: pypa/gh-action-pypi-publish@9b8e7336db3f96a2939a3e9fa827c62f466ca60d # master
+ uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # master
32
with:
33
user: __token__
34
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments