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 99e88a0 commit 1c3d43fCopy full SHA for 1c3d43f
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build package
30
run: python -m build
31
- name: Publish package
32
- uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
+ uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
33
with:
34
user: __token__
35
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments