Skip to content

Commit

Permalink
ci: try just uv
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jan 2, 2025
1 parent 4861abc commit 420cb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out dist --find-interpreter --uv
sccache: "true"
manylinux: "2_24"
- name: Upload wheels
Expand Down

0 comments on commit 420cb59

Please sign in to comment.