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 b9a9203Copy full SHA for b9a9203
.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.12.2
35
with:
36
user: __token__
37
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments