1818 - reopened
1919 - labeled
2020
21- permissions : {}
21+ permissions :
22+ contents : read
2223
2324jobs :
2425 build_sdist :
3637 )
3738 name : Build sdist
3839 runs-on : ubuntu-latest
39- permissions :
40- contents : read
4140 outputs :
4241 SDIST_NAME : ${{ steps.sdist.outputs.SDIST_NAME }}
4342
7372 run : twine check dist/*
7473
7574 - name : Upload sdist result
76- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
75+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
7776 with :
7877 name : cibw-sdist
7978 path : dist/*.tar.gz
9493 )
9594 needs : build_sdist
9695 name : Build wheels on ${{ matrix.os }} for ${{ matrix.cibw_archs }}
97- permissions :
98- contents : read
9996 runs-on : ${{ matrix.os }}
10097 env :
10198 CIBW_BEFORE_BUILD : >-
@@ -140,13 +137,13 @@ jobs:
140137
141138 steps :
142139 - name : Download sdist
143- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
140+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
144141 with :
145142 name : cibw-sdist
146143 path : dist/
147144
148145 - name : Build wheels for CPython 3.14
149- uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
146+ uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
150147 with :
151148 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
152149 env :
@@ -156,7 +153,7 @@ jobs:
156153 CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
157154
158155 - name : Build wheels for CPython 3.13
159- uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
156+ uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
160157 with :
161158 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
162159 env :
@@ -165,23 +162,23 @@ jobs:
165162 CIBW_ARCHS : ${{ matrix.cibw_archs }}
166163
167164 - name : Build wheels for CPython 3.12
168- uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
165+ uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
169166 with :
170167 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
171168 env :
172169 CIBW_BUILD : " cp312-*"
173170 CIBW_ARCHS : ${{ matrix.cibw_archs }}
174171
175172 - name : Build wheels for CPython 3.11
176- uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
173+ uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
177174 with :
178175 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
179176 env :
180177 CIBW_BUILD : " cp311-*"
181178 CIBW_ARCHS : ${{ matrix.cibw_archs }}
182179
183180 - name : Build wheels for PyPy
184- uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
181+ uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
185182 with :
186183 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
187184 env :
@@ -190,7 +187,7 @@ jobs:
190187 CIBW_ENABLE : pypy
191188 if : matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest' && matrix.os != 'windows-11-arm'
192189
193- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
190+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
194191 with :
195192 name : cibw-wheels-${{ runner.os }}-${{ matrix.cibw_archs }}
196193 path : ./wheelhouse/*.whl
0 commit comments