1818 - reopened
1919 - labeled
2020
21- permissions :
22- contents : read
21+ permissions : {}
2322
2423jobs :
2524 build_sdist :
3736 )
3837 name : Build sdist
3938 runs-on : ubuntu-latest
39+ permissions :
40+ contents : read
4041 outputs :
4142 SDIST_NAME : ${{ steps.sdist.outputs.SDIST_NAME }}
4243
7273 run : twine check dist/*
7374
7475 - name : Upload sdist result
75- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
76+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7677 with :
7778 name : cibw-sdist
7879 path : dist/*.tar.gz
9394 )
9495 needs : build_sdist
9596 name : Build wheels on ${{ matrix.os }} for ${{ matrix.cibw_archs }}
97+ permissions :
98+ contents : read
9699 runs-on : ${{ matrix.os }}
97100 env :
98101 CIBW_BEFORE_BUILD : >-
@@ -137,7 +140,7 @@ jobs:
137140
138141 steps :
139142 - name : Download sdist
140- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
143+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
141144 with :
142145 name : cibw-sdist
143146 path : dist/
@@ -147,7 +150,7 @@ jobs:
147150 run : Remove-Item -Recurse C:\Strawberry
148151
149152 - name : Build wheels for CPython 3.14
150- uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
153+ uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
151154 with :
152155 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
153156 env :
@@ -157,7 +160,7 @@ jobs:
157160 CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
158161
159162 - name : Build wheels for CPython 3.13
160- uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
163+ uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
161164 with :
162165 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
163166 env :
@@ -166,23 +169,23 @@ jobs:
166169 CIBW_ARCHS : ${{ matrix.cibw_archs }}
167170
168171 - name : Build wheels for CPython 3.12
169- uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
172+ uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
170173 with :
171174 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
172175 env :
173176 CIBW_BUILD : " cp312-*"
174177 CIBW_ARCHS : ${{ matrix.cibw_archs }}
175178
176179 - name : Build wheels for CPython 3.11
177- uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
180+ uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
178181 with :
179182 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
180183 env :
181184 CIBW_BUILD : " cp311-*"
182185 CIBW_ARCHS : ${{ matrix.cibw_archs }}
183186
184187 - name : Build wheels for PyPy
185- uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
188+ uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
186189 with :
187190 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
188191 env :
@@ -191,7 +194,7 @@ jobs:
191194 CIBW_ENABLE : pypy
192195 if : matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest' && matrix.os != 'windows-11-arm'
193196
194- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
197+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
195198 with :
196199 name : cibw-wheels-${{ runner.os }}-${{ matrix.cibw_archs }}
197200 path : ./wheelhouse/*.whl
0 commit comments