File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 7272 python -m uv pip install wheelhouse/line_profiler*.tar.gz -v
7373 - name : Test minimal loose sdist
7474 env :
75- # So far not needed, but once we bump to 3.14 this needs to be
76- # set whenever `pytest` is run with `coverage`
77- # (see the `test_binpy_wheels` jobs)
7875 COVERAGE_CORE : ctrace
7976 run : |-
8077 pwd
@@ -146,6 +143,18 @@ jobs:
146143 if : runner.os == 'Linux' && matrix.arch != 'auto'
147144 with :
148145 platforms : all
146+ - name : Build binary wheels
147+ 148+ with :
149+ output-dir : wheelhouse
150+ config-file : pyproject.toml
151+ env :
152+ CIBW_SKIP : ${{ matrix.cibw_skip }}
153+ CIBW_ARCHS_LINUX : ${{ matrix.arch }}
154+ CIBW_ENVIRONMENT : PYTHONUTF8=1
155+ PYTHONUTF8 : ' 1'
156+ CIBW_CONFIG_SETTINGS : --build-option=--py-limited-api=cp38
157+ CIBW_BUILD : cp38-*
149158 - name : Build binary wheels
150159151160 with :
Original file line number Diff line number Diff line change 445.0.1
55~~~~~
66* FIX: ref-count leaks #372
7+ * ENH: Add support for building ABI3 wheels
78
895.0.0
910~~~~~
You can’t perform that action at this time.
0 commit comments