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 cf25a54 commit 7b31383Copy full SHA for 7b31383
.github/workflows/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@v1.8.11
+ uses: pypa/gh-action-pypi-publish@v1.8.12
38
with:
39
user: __token__
40
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments