Skip to content

Commit e1826cc

Browse files
Merge pull request #37 from ZeroIntensity/cibw-upgrade
Upgrade CIBW in actions
2 parents a483eca + b9a9bb2 commit e1826cc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
tags:
66
- v*
7-
branches:
8-
- master
97
pull_request:
108
branches:
119
- master
@@ -34,7 +32,7 @@ jobs:
3432
fetch-depth: 0
3533

3634
- name: Build wheels
37-
uses: pypa/cibuildwheel@v2.3.1
35+
uses: pypa/cibuildwheel@v2.15.0
3836
env:
3937
CIBW_ARCHS_MACOS: x86_64
4038
HATCH_BUILD_HOOKS_ENABLE: "true"
@@ -66,7 +64,7 @@ jobs:
6664
platforms: arm64
6765

6866
- name: Build wheels
69-
uses: pypa/cibuildwheel@v2.3.1
67+
uses: pypa/cibuildwheel@v2.15.0
7068
env:
7169
CIBW_ARCHS_LINUX: aarch64
7270
HATCH_BUILD_HOOKS_ENABLE: "true"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Added `App.test()`
1111
- Added warning when filename does not match `app_path`
1212
- Added more tests
13-
- Upgrade CIBW version
13+
- Upgrade CIBW to work on 3.11
1414

1515
## [1.0.0-alpha1] - 2023-08-17
1616

0 commit comments

Comments
 (0)