We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4861abc commit 420cb59Copy full SHA for 420cb59
.github/workflows/pypi.yaml
@@ -38,7 +38,7 @@ jobs:
38
uses: PyO3/maturin-action@v1
39
with:
40
target: ${{ matrix.platform.target }}
41
- args: --release --out dist --find-interpreter
+ args: --release --out dist --find-interpreter --uv
42
sccache: "true"
43
manylinux: "2_24"
44
- name: Upload wheels
0 commit comments