Skip to content
Snippets Groups Projects
Commit e66b586b authored by Ian Bell's avatar Ian Bell
Browse files

Try to disable multiprocessor builds

parent b5eef696
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,13 @@ jobs:
CIBW_ARCHS: auto64
CIBW_ARCHS_MACOS: universal2
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15
# max number of jobs, default eqs # logical processors
CIBW_ENVIRONMENT_WINDOWS: EnforceProcessCountAcrossBuilds=true MultiProcMaxCount=1
CIBW_SKIP: "*pypy*linux* *cp36*"
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl
set
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment