File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
tags :
6
6
- v*
7
- branches :
8
- - master
9
7
pull_request :
10
8
branches :
11
9
- master
34
32
fetch-depth : 0
35
33
36
34
- name : Build wheels
37
- uses : pypa/cibuildwheel@v2.3.1
35
+ uses : pypa/cibuildwheel@v2.15.0
38
36
env :
39
37
CIBW_ARCHS_MACOS : x86_64
40
38
HATCH_BUILD_HOOKS_ENABLE : " true"
66
64
platforms : arm64
67
65
68
66
- name : Build wheels
69
- uses : pypa/cibuildwheel@v2.3.1
67
+ uses : pypa/cibuildwheel@v2.15.0
70
68
env :
71
69
CIBW_ARCHS_LINUX : aarch64
72
70
HATCH_BUILD_HOOKS_ENABLE : " true"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
- Added ` App.test() `
11
11
- Added warning when filename does not match ` app_path `
12
12
- Added more tests
13
- - Upgrade CIBW version
13
+ - Upgrade CIBW to work on 3.11
14
14
15
15
## [ 1.0.0-alpha1] - 2023-08-17
16
16
You can’t perform that action at this time.
0 commit comments