File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 with :
3939 name : " exotic-wheels-pypy-${{ matrix.os }}-${{ matrix.pypy }}"
4040 path : wheels/
41-
42- build-cp37 :
43- name : " CPython 3.7 • ${{ matrix.os }}"
44- runs-on : ${{ matrix.os }}
45- continue-on-error : true
46- strategy :
47- fail-fast : false
48- matrix :
49- os : [ubuntu-latest] # Linux only — 3.7 runners gone from macOS/Windows
50- steps :
51- - uses : actions/checkout@v4
52- with :
53- ref : ${{ github.event.inputs.tag || github.ref }}
54- - name : Build cp37 wheel via manylinux container
55- uses : PyO3/maturin-action@v1
56- with :
57- working-directory : crates/uv-ffi
58- manylinux : " 2_17"
59- args : --release --out ${{ github.workspace }}/wheels/ --interpreter python3.7
60- - name : Upload Wheels
61- uses : actions/upload-artifact@v4
62- with :
63- name : " exotic-wheels-cp37-${{ matrix.os }}"
64- path : wheels/
6541
6642 build-graalpy :
6743 name : " GraalPy • ${{ matrix.os }}"
You can’t perform that action at this time.
0 commit comments