File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : Install cibuildwheel
1919 run : python -m pip install cibuildwheel==2.21.3
2020
21+ # OpenCL environment is now configured in pyproject.toml
2122 - name : Build wheels
2223 run : python -m cibuildwheel --output-dir wheelhouse
2324 env :
2425 CIBW_BUILD : cp310-manylinux_x86_64 cp311-manylinux_x86_64 cp312-manylinux_x86_64 cp313-manylinux_x86_64
25- # OpenCL environment is now configured in pyproject.toml
26+
27+ - uses : actions/upload-artifact@v4
28+ with :
29+ name : wheel-manylinux
2630 path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ build-verbosity = 0
190190# before-build = ["git status"]
191191# repair-wheel-command = ""
192192
193- test-command = " pytest {project}/tests"
193+ test-command = " pytest {project}/tests --cov=nanopyx --doctest-modules --ignore-glob=run*Tools.py --cov-report term-missing "
194194test-requires = [
195195 " pytest>=7.2" ,
196196 " pytest-cov>=4.0.0" ,
You can’t perform that action at this time.
0 commit comments