We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab133f commit cf5368bCopy full SHA for cf5368b
.github/dependabot.yml
@@ -12,5 +12,5 @@ updates:
12
- package-ecosystem: pip
13
directory: "/"
14
schedule:
15
- interval: daily
+ interval: "weekly"
16
open-pull-requests-limit: 10
.github/workflows/wheels.yml
@@ -102,16 +102,13 @@ jobs:
102
git status
103
shell: bash
104
105
- - name: Install cibuildwheel
106
- run: python -m pip install cibuildwheel
107
-
108
- name: Install the latest version of uv
109
uses: astral-sh/setup-uv@v5
110
with:
111
version: "latest"
112
113
- name: Build and Test Wheels
114
- run: python -m cibuildwheel --output-dir wheelhouse
+ uses: pypa/cibuildwheel@v2.23.0
115
env:
116
CIBW_BUILD_FRONTEND: build[uv]
117
CIBW_TEST_REQUIRES: pytest
0 commit comments