Skip to content

Commit

Permalink
[CI debug] Enable wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodar01 committed Jul 22, 2024
1 parent c2b1963 commit c21b456
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c21b456

Please sign in to comment.