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 c85dc59 commit b6181e5Copy full SHA for b6181e5
.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@79739dc2f2bf6bcfd21ecf9af9f06bd643dbeeae # main
+ uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # main
32
with:
33
user: __token__
34
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments