Skip to content

Commit 3e6853d

Browse files
committed
Try to simplify CI
1 parent 49663eb commit 3e6853d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,13 @@ jobs:
102102
git status
103103
shell: bash
104104

105-
- name: Install cibuildwheel
106-
run: python -m pip install cibuildwheel
107-
108105
- name: Install the latest version of uv
109106
uses: astral-sh/setup-uv@v5
110107
with:
111108
version: "latest"
112109

113110
- name: Build and Test Wheels
114-
run: python -m cibuildwheel --output-dir wheelhouse
111+
uses: pypa/cibuildwheel@v2.23.0
115112
env:
116113
CIBW_BUILD_FRONTEND: build[uv]
117114
CIBW_TEST_REQUIRES: pytest

0 commit comments

Comments
 (0)