File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ concurrency:
18
18
19
19
jobs :
20
20
refresh_lockfiles :
21
- uses : scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.05 .1
21
+ uses : scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.06 .1
22
22
secrets : inherit
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ concurrency:
25
25
jobs :
26
26
manifest :
27
27
name : " check-manifest"
28
- uses : scitools/workflows/.github/workflows/ci-manifest.yml@2025.05 .1
28
+ uses : scitools/workflows/.github/workflows/ci-manifest.yml@2025.06 .1
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
prompt-share :
13
- uses : scitools/workflows/.github/workflows/ci-template-check.yml@2025.05 .1
13
+ uses : scitools/workflows/.github/workflows/ci-template-check.yml@2025.06 .1
14
14
secrets : inherit
15
15
with :
16
16
pr_number : ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 48
48
fetch-depth : 0
49
49
50
50
- name : " build ${{ matrix.os }} (${{ matrix.arch }}) wheels"
51
- uses : pypa/cibuildwheel@v2.23.3
51
+ uses : pypa/cibuildwheel@v3.0.0
52
52
env :
53
53
CIBW_SKIP : " cp39-* cp313-* pp* *-musllinux*"
54
54
CIBW_ARCHS : ${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments