@@ -133,7 +133,7 @@ jobs:
133133 python-version : ' 3.11'
134134
135135 - name : Build wheels
136- uses : pypa/cibuildwheel@v3.3 .0
136+ uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4 .0
137137 env :
138138 CIBW_BUILD : ${{ matrix.python }}
139139 CIBW_ARCHS : ${{ matrix.arch }}
@@ -191,7 +191,7 @@ jobs:
191191 python-version : ' 3.11'
192192
193193 - name : Build wheels
194- uses : pypa/cibuildwheel@v3.3 .0
194+ uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4 .0
195195 env :
196196 CIBW_BUILD : ${{ matrix.python }}
197197 CIBW_ARCHS : ${{ matrix.arch }}
@@ -248,7 +248,7 @@ jobs:
248248 brew uninstall --ignore-dependencies openexr imath || true
249249
250250 - name : Build wheels
251- uses : pypa/cibuildwheel@v3.3 .0
251+ uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4 .0
252252 env :
253253 CIBW_BUILD : ${{ matrix.python }}
254254 CIBW_ARCHS : ${{ matrix.arch }}
@@ -300,7 +300,7 @@ jobs:
300300 python-version : ' 3.11'
301301
302302 - name : Build wheels
303- uses : pypa/cibuildwheel@v3.3 .0
303+ uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4 .0
304304 env :
305305 CIBW_BUILD : ${{ matrix.python }}
306306 CIBW_ARCHS : ${{ matrix.arch }}
@@ -352,7 +352,7 @@ jobs:
352352 python-version : ' 3.11'
353353
354354 - name : Build wheels
355- uses : pypa/cibuildwheel@v3.3 .0
355+ uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4 .0
356356 env :
357357 CIBW_BUILD : ${{ matrix.python }}
358358 CIBW_ARCHS : ${{ matrix.arch }}
@@ -379,7 +379,7 @@ jobs:
379379 path : dist
380380 merge-multiple : true
381381
382- - uses : pypa/gh-action-pypi-publish@release/v1
382+ - uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
383383 with :
384384 user : __token__
385385 password : ${{ secrets.PYPI_API_TOKEN }}
0 commit comments