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 3e2615d commit 1f34396Copy full SHA for 1f34396
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
pipx run build --installer uv
33
- name: "Publish Python package"
34
- uses: pypa/gh-action-pypi-publish@v1.9.0
+ uses: pypa/gh-action-pypi-publish@v1.11.0
35
with:
36
user: __token__
37
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments