We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494563a commit ff3a349Copy full SHA for ff3a349
.github/workflows/publish-pypi.yml
@@ -38,6 +38,6 @@ jobs:
38
run: uv build
39
- name: Publish distribution to PyPI
40
if: startsWith(github.event.ref, 'refs/tags')
41
- uses: pypa/gh-action-pypi-publish@release/v1.9
+ uses: pypa/gh-action-pypi-publish@release/v1
42
with:
43
password: ${{ secrets.pypi_token }}
0 commit comments