From bd899edb3df0f39257aad79827c78edb32806ae4 Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Wed, 15 Jun 2022 11:48:53 -0600 Subject: [PATCH] Fix typo --- .github/workflows/build_cibuildwheel.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_cibuildwheel.yml b/.github/workflows/build_cibuildwheel.yml index 3fb8f30..a6d3972 100644 --- a/.github/workflows/build_cibuildwheel.yml +++ b/.github/workflows/build_cibuildwheel.yml @@ -28,13 +28,10 @@ jobs: CIBW_ARCHS: auto64 CIBW_ARCHS_MACOS: universal2 CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15 - # max number of jobs, default eqs # logical processors + # max number of jobs, default eqs # logical processors; https://developercommunity.visualstudio.com/t/limit-cpu-usage-of-visual-studio/436208#T-N742131 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 + path: ./wheelhouse/*.whl \ No newline at end of file -- GitLab