We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512dcd3 commit cd2e8f4Copy full SHA for cd2e8f4
.github/workflows/pypi.yml
@@ -26,7 +26,7 @@ jobs:
26
run: "uv run twine check dist/*"
27
- name: Publish distribution 📦 to PyPI
28
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
29
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
30
with:
31
user: __token__
32
password: ${{ secrets.pypiapitoken }}
0 commit comments