5757 echo "CIBW_BUILD_FRONTEND=$NO_BUILD_ISOLATION" >> "$GITHUB_ENV"
5858
5959 - name : Build the wheel
60- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
60+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
6161 with :
6262 output-dir : dist
6363 env :
9191 python-version : " 3.12"
9292
9393 - name : Build the wheel
94- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
94+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
9595 with :
9696 output-dir : dist
9797 env :
@@ -145,7 +145,7 @@ jobs:
145145
146146 - name : Build wheels for CPython (macOS) (x86_64)
147147 if : matrix.cibw_arch == 'x86_64'
148- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
148+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
149149 with :
150150 output-dir : dist
151151 env :
@@ -154,7 +154,7 @@ jobs:
154154
155155 - name : Build wheels for CPython (macOS) (arm64)
156156 if : matrix.cibw_arch == 'arm64'
157- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
157+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
158158 with :
159159 output-dir : dist
160160 env :
@@ -212,7 +212,7 @@ jobs:
212212 echo "CIBW_BUILD_FRONTEND=$NO_BUILD_ISOLATION" >> "$GITHUB_ENV"
213213
214214 - name : Build Windows wheels for CPython
215- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
215+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
216216 with :
217217 output-dir : dist
218218 env :
@@ -254,7 +254,7 @@ jobs:
254254 pip install twine
255255 pip install cython numpy build
256256
257- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
257+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
258258 id : download
259259 with :
260260 pattern : " wheels_*"
@@ -275,7 +275,7 @@ jobs:
275275 TWINE_PASSWORD : ${{ secrets.TWINE_TOKEN }}
276276
277277 - name : Github release
278- uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
278+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
279279 env :
280280 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
281281 GITHUB_REPOSITORY : ${{ github.repository }}
@@ -301,7 +301,7 @@ jobs:
301301 with :
302302 fetch-depth : 0
303303
304- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
304+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
305305 id : download
306306 with :
307307 pattern : " wheels_*"
0 commit comments