File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5050 PYTHON_FLINT_MINGW64=true
5151 CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : >-
5252 bin\cibw_repair_wheel_command_windows.bat {dest_dir} {wheel}
53- CIBW_TEST_COMMAND : python -c "import flint; print(str(flint.fmpz(2)))"
5453
5554 - uses : actions/upload-artifact@v4
5655 with :
Original file line number Diff line number Diff line change @@ -27,6 +27,5 @@ set CIBW_BEFORE_ALL_WINDOWS=C:\msys64\usr\bin\bash bin/cibw_before_all_windows.s
2727set CIBW_BEFORE_BUILD_WINDOWS = C:\msys64\usr\bin\bash bin/cibw_before_build_windows.sh
2828set CIBW_ENVIRONMENT = PYTHON_FLINT_MINGW64=true
2929set CIBW_REPAIR_WHEEL_COMMAND_WINDOWS = bin\cibw_repair_wheel_command_windows.bat {dest_dir} {wheel}
30- set CIBW_TEST_COMMAND = python -c " import flint; print(str(flint.fmpz(2)))"
3130
3231cibuildwheel --platform windows
Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ export CIBW_BEFORE_BUILD_WINDOWS='C:\\msys64\\usr\\bin\\bash bin/cibw_before_bui
2828
2929export CIBW_REPAIR_WHEEL_COMMAND_WINDOWS=' bin\cibw_repair_wheel_command_windows.bat {dest_dir} {wheel}'
3030
31- # export CIBW_TEST_COMMAND="python -c 'import flint; print(str(flint.fmpz(2)))'"
32- export CIBW_TEST_COMMAND=" python -m flint.test"
31+ export CIBW_TEST_COMMAND=" python -m flint.test" # override setting in pyproject.toml
3332
3433# cibuildwheel --platform linux
3534# cibuildwheel --platform windows
Original file line number Diff line number Diff line change @@ -20,3 +20,6 @@ classifiers = [
2020[project .readme ]
2121file = " README.md"
2222content-type = " text/markdown"
23+
24+ [tool .cibuildwheel ]
25+ test-command = " python -c 'import flint; print(str(flint.fmpz(2)))'"
You can’t perform that action at this time.
0 commit comments