Skip to content

Commit

Permalink
Bump build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tancnle committed Jan 23, 2024
1 parent 41a077c commit dac3d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
platforms: all

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.1
run: python -m pip install cibuildwheel==2.16.2

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BEFORE_BUILD: pip install cython==3.0.2 && pip install -e . && python build.py
CIBW_BEFORE_BUILD: pip install cython==3.0.8 && pip install -e . && python build.py
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest --showlocals {package}/tests
CIBW_SKIP: "{cp36*,cp37*,pp*}"
Expand Down

0 comments on commit dac3d42

Please sign in to comment.