Skip to content

Commit cf5368b

Browse files
committed
Try to simplify CI
1 parent 6ab133f commit cf5368b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ updates:
1212
- package-ecosystem: pip
1313
directory: "/"
1414
schedule:
15-
interval: daily
15+
interval: "weekly"
1616
open-pull-requests-limit: 10

.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)