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 b7f7916 commit 3e2615dCopy full SHA for 3e2615d
.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.8.14
+ uses: pypa/gh-action-pypi-publish@v1.9.0
35
with:
36
user: __token__
37
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments