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 4eaab73 commit f5fc932Copy full SHA for f5fc932
.github/workflows/python-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build package
26
run: python -m build
27
- name: Publish package
28
- uses: pypa/gh-action-pypi-publish@8cafb5c2bf2f478231c9abbba1feb4edb6ccf405
+ uses: pypa/gh-action-pypi-publish@db8f07d3871a0a180efa06b95d467625c19d5d5f
29
with:
30
user: __token__
31
password: ${{ secrets.TWINE_TOKEN }}
0 commit comments