Skip to content

Commit 20b4617

Browse files
committed
missing artifacts
1 parent 3b2991b commit 20b4617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ jobs:
180180
uses: astral-sh/setup-uv@v7
181181
- name: Publish to PyPI
182182
if: ${{ startsWith(github.ref, 'refs/tags/') }}
183-
run: uv publish 'wheels-*/*'
183+
run: uv publish --check-url https://pypi.org/simple/vtracer/ 'wheels-*/*'

0 commit comments

Comments
 (0)