File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
submodules : recursive
25
25
- name : Build wheels
26
- uses : pypa/cibuildwheel@v2.8.1
26
+ uses : pypa/cibuildwheel@v2.9.0
27
27
- uses : actions/upload-artifact@v3
28
28
with :
29
29
path : ./wheelhouse/*.whl
39
39
- name : Install Z3
40
40
run : brew install z3
41
41
- name : Build wheels
42
- uses : pypa/cibuildwheel@v2.8.1
42
+ uses : pypa/cibuildwheel@v2.9.0
43
43
- uses : actions/upload-artifact@v3
44
44
with :
45
45
path : ./wheelhouse/*.whl
57
57
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 }}
58
58
brew install -f ${{ env.Z3_GIT_TAG }}.big_sur.bottle.tar.gz
59
59
- name : Build wheels
60
- uses : pypa/cibuildwheel@v2.8.1
60
+ uses : pypa/cibuildwheel@v2.9.0
61
61
env :
62
62
CIBW_ARCHS_MACOS : arm64
63
63
- uses : actions/upload-artifact@v3
91
91
working-directory : ${{github.workspace}}/z3/build
92
92
run : cmake --build . --config Release --target INSTALL;
93
93
- name : Build wheels
94
- uses : pypa/cibuildwheel@v2.8.1
94
+ uses : pypa/cibuildwheel@v2.9.0
95
95
- uses : actions/upload-artifact@v3
96
96
with :
97
97
path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta"
14
14
build = " cp3*"
15
15
archs = " auto64"
16
16
skip = " *-musllinux*"
17
- test-skip = " *-macosx_arm64 *-musllinux* *aarch64"
17
+ test-skip = " cp311-* *-macosx_arm64 *-musllinux* *aarch64"
18
18
test-extras = [" test" ]
19
19
test-command = " python -m pytest {project}/test/python"
20
20
environment = { DEPLOY = " ON" }
You can’t perform that action at this time.
0 commit comments