diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f8aea97..8b83a4b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,19 +20,16 @@ jobs: pip install "cython<3.0" pip install "numpy<2" pip install -e . - # - name: Install cibuildwheel - # run: python -m pip install cibuildwheel==2.19.2 + - name: Install cibuildwheel + run: python -m pip install cibuildwheel==2.19.2 - # - name: Build wheels - # run: python -m cibuildwheel --output-dir wheelhouse - # # to supply options, put them in 'env', like: - # # env: - # # CIBW_SOME_OPTION: value + - name: Build wheels + run: python -m cibuildwheel --output-dir wheelhouse - # - uses: actions/upload-artifact@v4 - # with: - # name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} - # path: ./wheelhouse/*.whl + - uses: actions/upload-artifact@v4 + with: + name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} + path: ./wheelhouse/*.whl name: meiosis on: push: