Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 08a467d

Browse files
authored
Update wheels.yml
1 parent 9206563 commit 08a467d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
types: [push]
66

77
jobs:
8+
89
build_wheels:
910
name: Build wheels
1011
runs-on: ${{ matrix.os }}
@@ -23,11 +24,10 @@ jobs:
2324

2425
- name: Install cibuildwheel
2526
run: |
26-
python -m pip install cibuildwheel==2.21.3
27+
python -m pip install --upgrade pip setuptools wheel
2728
2829
- name: Build wheels
29-
run: |
30-
python -m cibuildwheel --output-dir wheelhouse
30+
uses: pypa/cibuildwheel@v2.21.3
3131
env:
3232
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
3333
CIBW_TEST_REQUIRES: tox

0 commit comments

Comments
 (0)