Skip to content

Commit 55175b3

Browse files
authored
chore: update CI dependencies (#89)
* chore(ci): bump ninja 1.10.2.1 → 1.10.2.2 * chore(ci): bump cmake 3.21.3 → 3.21.4 * chore(ci): bump cibuildwheel 2.2.0a1 → 2.2.2
1 parent 2838791 commit 55175b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: runner.os == 'Linux'
5656

5757
- name: Build wheels
58-
uses: pypa/[email protected].0a1
58+
uses: pypa/[email protected].2
5959
env:
6060
CIBW_ARCHS: "${{ matrix.arch }}"
6161

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.3
2-
ninja==1.10.2.1
1+
cmake==3.21.4
2+
ninja==1.10.2.2

0 commit comments

Comments
 (0)