Skip to content

Commit

Permalink
test [pypi]
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jun 7, 2024
1 parent 972340e commit db9e69c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,16 @@ jobs:
submodules: recursive

- uses: actions/setup-python@v5
if: matrix.os != 'macos-11'
with:
python-version: '3.10'

- uses: actions/setup-python@v5
if: matrix.os == 'macos-11'
with:
python-version: '3.6'


- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.18.1

Expand Down

0 comments on commit db9e69c

Please sign in to comment.