Skip to content

Commit c1b13f9

Browse files
Merge pull request #93 from cda-tum/dependabot/github_actions/pypa/cibuildwheel-2.9.0
2 parents cc90827 + 93a846a commit c1b13f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
submodules: recursive
2525
- name: Build wheels
26-
uses: pypa/cibuildwheel@v2.8.1
26+
uses: pypa/cibuildwheel@v2.9.0
2727
- uses: actions/upload-artifact@v3
2828
with:
2929
path: ./wheelhouse/*.whl
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install Z3
4040
run: brew install z3
4141
- name: Build wheels
42-
uses: pypa/cibuildwheel@v2.8.1
42+
uses: pypa/cibuildwheel@v2.9.0
4343
- uses: actions/upload-artifact@v3
4444
with:
4545
path: ./wheelhouse/*.whl
@@ -57,7 +57,7 @@ jobs:
5757
curl -L -H "Authorization: Bearer QQ==" -o ${{ env.Z3_GIT_TAG }}.big_sur.bottle.tar.gz https://ghcr.io/v2/homebrew/core/z3/blobs/sha256:${{ env.Z3_HASH }}
5858
brew install -f ${{ env.Z3_GIT_TAG }}.big_sur.bottle.tar.gz
5959
- name: Build wheels
60-
uses: pypa/cibuildwheel@v2.8.1
60+
uses: pypa/cibuildwheel@v2.9.0
6161
env:
6262
CIBW_ARCHS_MACOS: arm64
6363
- uses: actions/upload-artifact@v3
@@ -91,7 +91,7 @@ jobs:
9191
working-directory: ${{github.workspace}}/z3/build
9292
run: cmake --build . --config Release --target INSTALL;
9393
- name: Build wheels
94-
uses: pypa/cibuildwheel@v2.8.1
94+
uses: pypa/cibuildwheel@v2.9.0
9595
- uses: actions/upload-artifact@v3
9696
with:
9797
path: ./wheelhouse/*.whl

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta"
1414
build = "cp3*"
1515
archs = "auto64"
1616
skip = "*-musllinux*"
17-
test-skip = "*-macosx_arm64 *-musllinux* *aarch64"
17+
test-skip = "cp311-* *-macosx_arm64 *-musllinux* *aarch64"
1818
test-extras = ["test"]
1919
test-command = "python -m pytest {project}/test/python"
2020
environment = { DEPLOY = "ON" }

0 commit comments

Comments
 (0)