File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 CIBW_BUILD : " cp39-* cp310-* cp311-* cp312-* cp313-*"
2424 CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
2525 CIBW_MANYLINUX_AARCH64_IMAGE : manylinux2014
26- CIBW_BEFORE_BUILD : pip install setuptools numpy cython
27- CIBW_BUILD_FRONTEND : " pip ; args: --no-build -isolation"
26+ CIBW_BEFORE_BUILD : pip install setuptools numpy cython build
27+ CIBW_BUILD_FRONTEND : " build ; args: --wheel --no -isolation"
2828 CIBW_TEST_COMMAND : python -c "import mdfreader"
2929 - uses : actions/upload-artifact@v4
3030 with :
Original file line number Diff line number Diff line change 1414 env :
1515 CIBW_BUILD : " cp39-* cp310-* cp311-* cp312-* cp313-*"
1616 CIBW_ARCHS : x86_64 arm64
17- CIBW_BEFORE_BUILD : pip install setuptools numpy cython
18- CIBW_BUILD_FRONTEND : " pip ; args: --no-build -isolation"
17+ CIBW_BEFORE_BUILD : pip install setuptools numpy cython build
18+ CIBW_BUILD_FRONTEND : " build ; args: --wheel --no -isolation"
1919 CIBW_TEST_COMMAND : python -c "import mdfreader"
2020 - uses : actions/upload-artifact@v4
2121 with :
Original file line number Diff line number Diff line change 1313 uses : pypa/cibuildwheel@v2.22
1414 env :
1515 CIBW_BUILD : " cp39-win_amd64 cp310-win_amd64 cp311-win_amd64 cp312-win_amd64 cp313-win_amd64"
16- CIBW_BEFORE_BUILD : pip install setuptools numpy cython
17- CIBW_BUILD_FRONTEND : " pip ; args: --no-build -isolation"
16+ CIBW_BEFORE_BUILD : pip install setuptools numpy cython build
17+ CIBW_BUILD_FRONTEND : " build ; args: --wheel --no -isolation"
1818 CIBW_TEST_COMMAND : python -c "import mdfreader"
1919 - uses : actions/upload-artifact@v4
2020 with :
You can’t perform that action at this time.
0 commit comments