Commit 0a1f8cb 1 parent 0ae940b commit 0a1f8cb Copy full SHA for 0a1f8cb
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
submodules : true
25
25
fetch-depth : 0
26
26
27
- - uses : pypa/cibuildwheel@v2.22
27
+ - uses : pypa/cibuildwheel@v2.23
28
28
env :
29
29
CIBW_PLATFORM : pyodide
30
30
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
134
134
- uses : astral-sh/setup-uv@v5
135
135
136
- - uses : pypa/cibuildwheel@v2.22
136
+ - uses : pypa/cibuildwheel@v2.23
137
137
with :
138
138
only : " ${{ matrix.only }}"
139
139
env :
Original file line number Diff line number Diff line change 96
96
with :
97
97
python-version : 3.8
98
98
99
- - uses : pypa/cibuildwheel@v2.22
99
+ - uses : pypa/cibuildwheel@v2.23
100
100
env :
101
101
CIBW_BUILD : ${{ matrix.build }}
102
102
CIBW_ARCHS : ${{ matrix.arch }}
@@ -135,7 +135,7 @@ jobs:
135
135
run : ls -lh dist
136
136
137
137
- name : Generate artifact attestation for sdist and wheels
138
- uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
138
+ uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
139
139
with :
140
140
subject-path : " dist/boost_histogram-*"
141
141
You can’t perform that action at this time.
0 commit comments