Skip to content

Commit b1b4592

Browse files
authored
chore(ci): update cibuildwheel, cmake & ninja (#170)
1 parent e250dd9 commit b1b4592

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
7575

7676
- name: Build wheels
77-
uses: pypa/cibuildwheel@v2.0.0
77+
uses: pypa/cibuildwheel@v2.0.1
7878
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
7979
env:
8080
CIBW_ARCHS: "${{ matrix.arch }}"

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616
- arch: s390x
1717

1818
install:
19-
- python -m pip install cibuildwheel==2.0.0
19+
- python -m pip install cibuildwheel==2.0.1
2020
- python -m pip install -r requirements-deploy.txt
2121

2222
script:

constraints-ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cmake==3.21.0
2-
ninja==1.10.0.post3
1+
cmake==3.21.1
2+
ninja==1.10.2

0 commit comments

Comments
 (0)