File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
- if : matrix.runs-on != 'ubuntu-latest'
107
107
uses : yezz123/setup-uv@v4
108
108
# run cibuildwheel to build wheels for the specified Python version
109
- - uses : pypa/cibuildwheel@v2.19
109
+ - uses : pypa/cibuildwheel@v2.20
110
110
- name : Verify clean directory
111
111
run : git diff --exit-code
112
112
shell : bash
@@ -177,10 +177,10 @@ jobs:
177
177
echo "CIBW_BEFORE_ALL_LINUX=/opt/python/cp311-cp311/bin/pip install z3-solver==${{ inputs.z3-version }}" >> $GITHUB_ENV
178
178
# run cibuildwheel to build wheels for the specified Python version
179
179
- name : Build wheels
180
- uses : pypa/cibuildwheel@v2.19
180
+ uses : pypa/cibuildwheel@v2.20
181
181
env :
182
182
CIBW_ARCHS_LINUX : ${{ matrix.arch }}
183
- CIBW_BUILD : ${{ matrix.python }}- *
183
+ CIBW_BUILD : ${{ matrix.python }}*
184
184
CIBW_TEST_SKIP : " cp*"
185
185
# upload the wheels as an artifact
186
186
- uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments