We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd56fc3 + 15129eb commit 4280a7dCopy full SHA for 4280a7d
.github/workflows/python-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build package
35
run: python -m build
36
- name: Publish package
37
- uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
38
with:
39
user: __token__
40
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments