File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
2525 CIBW_MANYLINUX_AARCH64_IMAGE : manylinux2014
2626 CIBW_BEFORE_BUILD : pip install numpy cython
27+ CIBW_BUILD_FRONTEND : " pip; args: --no-build-isolation"
2728 CIBW_TEST_COMMAND : python -c "import mdfreader"
2829 - uses : actions/upload-artifact@v4
2930 with :
Original file line number Diff line number Diff line change 1515 CIBW_BUILD : " cp39-* cp310-* cp311-* cp312-* cp313-*"
1616 CIBW_ARCHS : x86_64 arm64
1717 CIBW_BEFORE_BUILD : pip install numpy cython
18+ CIBW_BUILD_FRONTEND : " pip; args: --no-build-isolation"
1819 CIBW_TEST_COMMAND : python -c "import mdfreader"
1920 - uses : actions/upload-artifact@v4
2021 with :
Original file line number Diff line number Diff line change 1414 env :
1515 CIBW_BUILD : " cp39-win_amd64 cp310-win_amd64 cp311-win_amd64 cp312-win_amd64 cp313-win_amd64"
1616 CIBW_BEFORE_BUILD : pip install numpy cython
17+ CIBW_BUILD_FRONTEND : " pip; args: --no-build-isolation"
1718 CIBW_TEST_COMMAND : python -c "import mdfreader"
1819 - uses : actions/upload-artifact@v4
1920 with :
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments