We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bafdb commit f049a6dCopy full SHA for f049a6d
.github/workflows/python-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@15c56dba361d8335944d31a2ecd17d700fc7bcbc
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
34
with:
35
user: __token__
36
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments