We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b521ab commit f90227fCopy full SHA for f90227f
.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@916e57631f04a497e4bec0e29e80684e45b4305e # main
+ uses: pypa/gh-action-pypi-publish@e1dad8a51d599265993e342ee807cac176eb71d4 # main
32
with:
33
user: __token__
34
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments