Skip to content

Commit

Permalink
previous
Browse files Browse the repository at this point in the history
  • Loading branch information
steuxyo authored Oct 4, 2024
1 parent 834de26 commit 7603961
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/generate_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-latest, macos-13]
os: [ubuntu-20.04, windows-2019, macos-10.15]

steps:
- uses: actions/checkout@v4

# Used to host cibuildwheel
- uses: actions/setup-python@v5

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.21.2
- uses: actions/checkout@v2

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
uses: pypa/cibuildwheel@v1.12.0
# to supply options, put them in 'env', like:
# env:
# CIBW_SOME_OPTION: value
Expand Down

0 comments on commit 7603961

Please sign in to comment.