diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a9706428..127bad49 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -25,6 +25,9 @@ jobs: - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse + env: + CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }} + CIBW_BUILD_VERBOSITY: 1 - uses: actions/upload-artifact@v4 with: diff --git a/.gitignore b/.gitignore index 15e25256..f4f261bd 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ **/*.cpp **/nohup.out benchmark +wheelhouse **/dask-worker-space/**