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 f257537 commit 9c01e69Copy full SHA for 9c01e69
.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@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # master
+ uses: pypa/gh-action-pypi-publish@110f54a3871763056757c3e203635d4c5711439f # master
32
with:
33
user: __token__
34
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments