57
57
echo "CIBW_BUILD_FRONTEND=$NO_BUILD_ISOLATION" >> "$GITHUB_ENV"
58
58
59
59
- name : Build the wheel
60
- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
60
+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
61
61
with :
62
62
output-dir : dist
63
63
env :
91
91
python-version : " 3.12"
92
92
93
93
- name : Build the wheel
94
- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
94
+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
95
95
with :
96
96
output-dir : dist
97
97
env :
@@ -145,7 +145,7 @@ jobs:
145
145
146
146
- name : Build wheels for CPython (macOS) (x86_64)
147
147
if : matrix.cibw_arch == 'x86_64'
148
- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
148
+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
149
149
with :
150
150
output-dir : dist
151
151
env :
@@ -154,7 +154,7 @@ jobs:
154
154
155
155
- name : Build wheels for CPython (macOS) (arm64)
156
156
if : matrix.cibw_arch == 'arm64'
157
- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
157
+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
158
158
with :
159
159
output-dir : dist
160
160
env :
@@ -212,7 +212,7 @@ jobs:
212
212
echo "CIBW_BUILD_FRONTEND=$NO_BUILD_ISOLATION" >> "$GITHUB_ENV"
213
213
214
214
- name : Build Windows wheels for CPython
215
- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
215
+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
216
216
with :
217
217
output-dir : dist
218
218
env :
@@ -254,7 +254,7 @@ jobs:
254
254
pip install twine
255
255
pip install cython numpy build
256
256
257
- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
257
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
258
258
id : download
259
259
with :
260
260
pattern : " wheels_*"
@@ -275,7 +275,7 @@ jobs:
275
275
TWINE_PASSWORD : ${{ secrets.TWINE_TOKEN }}
276
276
277
277
- name : Github release
278
- uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
278
+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
279
279
env :
280
280
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
281
281
GITHUB_REPOSITORY : ${{ github.repository }}
@@ -301,7 +301,7 @@ jobs:
301
301
with :
302
302
fetch-depth : 0
303
303
304
- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
304
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
305
305
id : download
306
306
with :
307
307
pattern : " wheels_*"
0 commit comments