Skip to content

Commit

Permalink
update release build
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi committed Jun 26, 2024
1 parent dddb878 commit cc044e0
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ jobs:

steps:
- uses: actions/checkout@v4

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

- name: deps
run: python -m pip install -U pip wheel setuptools
Expand All @@ -35,23 +30,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]

env:
CIBW_BUILD: cp38-* cp39-* cp310-* cp312-*
CIBW_ARCHS_MACOS: x86_64 arm64

steps:
- uses: actions/checkout@v4

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

- name: deps
run: python -m pip install cibuildwheel==2.16.5
run: python -m pip install cibuildwheel==2.19.1

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

0 comments on commit cc044e0

Please sign in to comment.