Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Jan 16, 2023
1 parent fb6fd9d commit ab12d37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ env:
# https://cibuildwheel.readthedocs.io/en/stable/options/
# cp39-win_amd64
# cp37-win32 cp38-win32 cp39-win32
# scipy not yet available for cp311*
CIBW_SKIP: cp2* pp* cp35* cp36* cp310-win32 cp311-win32 cp310-manylinux_i686 cp311-manylinux_i686 *-musllinux* cp311*
CIBW_SKIP: cp2* pp* cp35* cp36* cp310-win32 cp311-win32 cp310-manylinux_i686 cp311-manylinux_i686 *-musllinux*
CIBW_BEFORE_BUILD: pip install -r requirements.txt --upgrade

#[ubuntu-latest, windows-latest, macos-latest]
Expand All @@ -28,7 +27,7 @@ jobs:
- uses: actions/setup-python@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.10.0
run: python -m pip install cibuildwheel==2.12.0

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit ab12d37

Please sign in to comment.