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 05dad4e commit d6a1574Copy full SHA for d6a1574
.github/workflows/pypi.yaml
@@ -41,6 +41,7 @@ jobs:
41
args: --release --out dist --find-interpreter
42
sccache: "true"
43
manylinux: "2_28"
44
+ before-script-linux: python -m ensurepip
45
- name: Upload wheels
46
uses: actions/upload-artifact@v4
47
with:
0 commit comments