We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1684d50 commit af6f972Copy full SHA for af6f972
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build package
31
run: python -m build
32
- name: Publish package
33
- uses: pypa/gh-action-pypi-publish@v1.9.0
+ uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
34
with:
35
user: __token__
36
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments