We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592bee6 commit f24ea56Copy full SHA for f24ea56
1 file changed
.github/workflows/python.yml
@@ -179,5 +179,3 @@ jobs:
179
- name: Publish to PyPI
180
if: ${{ startsWith(github.ref, 'refs/tags/') }}
181
run: uv publish 'wheels-*/*'
182
- env:
183
- UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments