We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971e82b commit c53c082Copy full SHA for c53c082
.github/workflows/jingle_python.yml
@@ -41,7 +41,7 @@ jobs:
41
target: ${{ matrix.platform.target }}
42
args: --release --out dist --find-interpreter
43
working-directory: jingle_python
44
- manylinux: manylinux2_28
+ manylinux: auto
45
before-script-linux: |
46
curl -LsSf https://astral.sh/uv/install.sh | sh
47
uv venv
0 commit comments