36
36
fetch-depth : 0
37
37
# set up uv for faster Python package management
38
38
- name : Install the latest version of uv
39
- uses : astral-sh/setup-uv@v3
39
+ uses : astral-sh/setup-uv@v4
40
40
with :
41
41
version : " latest"
42
42
enable-cache : true
82
82
fetch-depth : 0
83
83
# set up uv for faster Python package management
84
84
- name : Install the latest version of uv
85
- uses : astral-sh/setup-uv@v3
85
+ uses : astral-sh/setup-uv@v4
86
86
with :
87
87
version : " latest"
88
88
enable-cache : true
@@ -154,7 +154,7 @@ jobs:
154
154
override_cache_key : wheels-${{ matrix.runs-on }}
155
155
# set up uv for faster Python package management
156
156
- name : Install the latest version of uv
157
- uses : astral-sh/setup-uv@v3
157
+ uses : astral-sh/setup-uv@v4
158
158
with :
159
159
version : " latest"
160
160
enable-cache : true
@@ -178,7 +178,7 @@ jobs:
178
178
git diff --color=always
179
179
git update-index --assume-unchanged pyproject.toml
180
180
# run cibuildwheel to build wheels for the specified Python version
181
- - uses : pypa/cibuildwheel@v2.21
181
+ - uses : pypa/cibuildwheel@v2.22
182
182
- name : Verify clean directory
183
183
run : git diff --exit-code
184
184
shell : bash
@@ -214,7 +214,7 @@ jobs:
214
214
echo "CIBW_BEFORE_ALL_LINUX=/opt/python/cp311-cp311/bin/pip install z3-solver==${{ inputs.z3-version }}" >> $GITHUB_ENV
215
215
# set up uv for faster Python package management
216
216
- name : Install the latest version of uv
217
- uses : astral-sh/setup-uv@v3
217
+ uses : astral-sh/setup-uv@v4
218
218
with :
219
219
version : " latest"
220
220
enable-cache : true
@@ -238,7 +238,7 @@ jobs:
238
238
git update-index --assume-unchanged pyproject.toml
239
239
# run cibuildwheel to build wheels for the specified Python version
240
240
- name : Build wheels
241
- uses : pypa/cibuildwheel@v2.21
241
+ uses : pypa/cibuildwheel@v2.22
242
242
env :
243
243
CIBW_ARCHS_LINUX : ${{ matrix.arch }}
244
244
CIBW_TEST_SKIP : " cp*"
0 commit comments