Skip to content

Commit

Permalink
try some update
Browse files Browse the repository at this point in the history
  • Loading branch information
TimotheeMathieu committed Nov 5, 2024
1 parent eb101fa commit 9ac737c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.8'
python-version: '3.10'
- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.12.1
python -m pip install cibuildwheel==2.21.3
- name: Build wheels
env:
# We only build for Python 3.6+. On Linux manylinux2010 is used.
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.8'
python-version: '3.10'

- name: Install dependencies
run: pip install setuptools cython numpy
Expand Down

0 comments on commit 9ac737c

Please sign in to comment.