Skip to content

Commit

Permalink
merge build wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi committed Jan 13, 2024
1 parent a1c082c commit a5764ad
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,38 +38,7 @@ jobs:
os: [ubuntu-20.04, windows-2019, macos-11]

env:
CIBW_BUILD: cp38-* cp39-* cp310-*

steps:
- uses: actions/checkout@v3

- name: setup
uses: actions/setup-python@v4
with:
python-version: '3.12'
architecture: x64

- name: deps
run: python -m pip install cibuildwheel==2.16.2

- name: wheels
run: python -m cibuildwheel --output-dir package

- name: upload
uses: actions/upload-artifact@v3
with:
name: package
path: package/*.whl

universal:
name: Build universal wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]

env:
CIBW_BUILD: cp312-*
CIBW_BUILD: cp38-* cp39-* cp310-* cp312-*

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a5764ad

Please sign in to comment.