We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0279c8d commit 2cc7de0Copy full SHA for 2cc7de0
.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@218af422c0fa05550b8e80695d044935d35a8652 # main
32
with:
33
user: __token__
34
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments