We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566eec1 commit c2b00b9Copy full SHA for c2b00b9
.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