We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2991b commit 20b4617Copy full SHA for 20b4617
.github/workflows/python.yml
@@ -180,4 +180,4 @@ jobs:
180
uses: astral-sh/setup-uv@v7
181
- name: Publish to PyPI
182
if: ${{ startsWith(github.ref, 'refs/tags/') }}
183
- run: uv publish 'wheels-*/*'
+ run: uv publish --check-url https://pypi.org/simple/vtracer/ 'wheels-*/*'
0 commit comments