Skip to content

Commit

Permalink
chore(ci): update cibuildwheel, cmake & ninja (scikit-build#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored Jul 28, 2021
1 parent e250dd9 commit b1b4592
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if: matrix.use_qemu && fromJSON(env.USE_QEMU)

- name: Build wheels
uses: pypa/[email protected].0
uses: pypa/[email protected].1
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
env:
CIBW_ARCHS: "${{ matrix.arch }}"
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix:
- arch: s390x

install:
- python -m pip install cibuildwheel==2.0.0
- python -m pip install cibuildwheel==2.0.1
- python -m pip install -r requirements-deploy.txt

script:
Expand Down
4 changes: 2 additions & 2 deletions constraints-ci.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cmake==3.21.0
ninja==1.10.0.post3
cmake==3.21.1
ninja==1.10.2

0 comments on commit b1b4592

Please sign in to comment.