File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3838 - uses : actions/setup-python@v6
3939 with :
4040 python-version : 3.x
41+ - name : Clean dist
42+ run : rm -rf dist
4143 - name : Build wheels
4244 uses : PyO3/maturin-action@v1
4345 with :
6971 - uses : actions/setup-python@v6
7072 with :
7173 python-version : 3.x
74+ - name : Clean dist
75+ run : rm -rf dist
7276 - name : Build wheels
7377 uses : PyO3/maturin-action@v1
7478 with :
@@ -180,4 +184,7 @@ jobs:
180184 uses : astral-sh/setup-uv@v7
181185 - name : Publish to PyPI
182186 if : ${{ startsWith(github.ref, 'refs/tags/') }}
183- run : uv publish 'wheels-*/*'
187+ run : |
188+ mkdir dist
189+ cp wheels-*/* dist/
190+ uv publish --check-url https://pypi.org/simple/vtracer/ 'dist/*'
Original file line number Diff line number Diff line change 11[project ]
22name = " vtracer"
3- version = " 0.6.12 "
3+ version = " 0.6.13 "
44description = " Python bindings for the Rust Vtracer raster-to-vector library"
55authors = [ { name = " Chris Tsang" , email = " chris.2y3@outlook.com" } ]
66readme = " vtracer/README.md"
You can’t perform that action at this time.
0 commit comments