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 09c2737 commit 965376cCopy full SHA for 965376c
1 file changed
.github/workflows/python-publish.yml
@@ -36,5 +36,5 @@ jobs:
36
- name: List artifacts
37
run: ls -lah dist
38
39
- - name: Publish to PyPI
40
- uses: pypa/gh-action-pypi-publish@release/v1
+ - name: 🐍 Publish distribution 📦
+ run: uv publish --token ${{ secrets.PYPI_TOKEN }}
0 commit comments