We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e581d8 commit fb6841aCopy full SHA for fb6841a
.github/workflows/python-publish.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build package
25
run: python -m build
26
- name: Publish package
27
- uses: pypa/gh-action-pypi-publish@db8f07d3871a0a180efa06b95d467625c19d5d5f
+ uses: pypa/gh-action-pypi-publish@e9ccbe5a211ba3e8363f472cae362b56b104e796
28
with:
29
user: __token__
30
password: ${{ secrets.TWINE_TOKEN }}
0 commit comments