4646 python-version : " 3.12"
4747
4848 - name : Build the wheel
49- uses : pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
49+ uses : pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
5050 with :
5151 output-dir : dist
5252 env :
7878 python-version : " 3.12"
7979
8080 - name : Build the wheel
81- uses : pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
81+ uses : pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
8282 with :
8383 output-dir : dist
8484 env :
@@ -117,7 +117,7 @@ jobs:
117117
118118 - name : Build wheels for CPython (macOS) (x86_64)
119119 if : matrix.cibw_arch == 'x86_64'
120- uses : pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
120+ uses : pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
121121 with :
122122 output-dir : dist
123123 env :
@@ -127,7 +127,7 @@ jobs:
127127
128128 - name : Build wheels for CPython (macOS) (arm64)
129129 if : matrix.cibw_arch == 'arm64'
130- uses : pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
130+ uses : pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
131131 with :
132132 output-dir : dist
133133 env :
@@ -173,7 +173,7 @@ jobs:
173173 architecture : x64
174174
175175 - name : Build Windows wheels for CPython
176- uses : pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
176+ uses : pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
177177 with :
178178 output-dir : dist
179179 env :
@@ -236,7 +236,7 @@ jobs:
236236 TWINE_PASSWORD : ${{ secrets.TWINE_TOKEN }}
237237
238238 - name : Github release
239- uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2 .2
239+ uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3 .2
240240 env :
241241 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
242242 GITHUB_REPOSITORY : ${{ github.repository }}
0 commit comments