Skip to content

Commit d2996b4

Browse files
authored
Merge pull request #149 from DynamicTimeWarping/dependabot/github_actions/pypa/cibuildwheel-4.1.0
Bump pypa/cibuildwheel from 4.0.0 to 4.1.0
2 parents efcea62 + 299be8f commit d2996b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_wheels_on_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v7
1919

2020
- name: Build wheels
21-
uses: pypa/cibuildwheel@v4.0.0
21+
uses: pypa/cibuildwheel@v4.1.0
2222
env:
2323
CIBW_SKIP: "*musllinux*"
2424
CIBW_TEST_REQUIRES: pytest

.github/workflows/quick_test_and_codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v7
6868

6969
- name: Build wheels
70-
uses: pypa/cibuildwheel@v4.0.0
70+
uses: pypa/cibuildwheel@v4.1.0
7171
with:
7272
extras: "uv"
7373
env:

0 commit comments

Comments
 (0)