We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f82fe1 commit 58d7f5cCopy full SHA for 58d7f5c
1 file changed
.github/workflows/pythonpackage.yml
@@ -42,6 +42,8 @@ jobs:
42
env:
43
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-* cp314-*
44
CIBW_SKIP: "*-musllinux_*"
45
+ with:
46
+ extras: uv
47
48
- uses: actions/upload-artifact@v5
49
with:
0 commit comments