Skip to content

Commit 420cb59

Browse files
committed
ci: try just uv
1 parent 4861abc commit 420cb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: PyO3/maturin-action@v1
3939
with:
4040
target: ${{ matrix.platform.target }}
41-
args: --release --out dist --find-interpreter
41+
args: --release --out dist --find-interpreter --uv
4242
sccache: "true"
4343
manylinux: "2_24"
4444
- name: Upload wheels

0 commit comments

Comments
 (0)