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 6a1dfbc commit 91b7be4Copy full SHA for 91b7be4
.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@1f5d4ec244f65dce93685ee3e98e77123f090866 # main
+ uses: pypa/gh-action-pypi-publish@cbd6d01d855e02aab0908c7709d5c0ddc88c617a # main
32
with:
33
user: __token__
34
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments