File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -222,11 +222,11 @@ jobs:
222222 fail-fast : false
223223 matrix :
224224 os :
225- - ubuntu-latest
225+ - ubuntu-24.04
226226 - macos-latest
227227 - windows-latest
228228 python-version : ["3.9", "3.10", "3.11", "3.12"]
229- if : ${{ needs.release-please .outputs.release_created }}
229+ if : ${{ needs.release.outputs.release_created }}
230230 steps :
231231 - uses : actions/download-artifact@v4
232232 with :
@@ -247,11 +247,11 @@ jobs:
247247 pypi-upload :
248248 needs : [release-please, pip-test-wheels]
249249 runs-on :
250- - ubuntu-latest
250+ - ubuntu-24.04
251251 - macos-latest
252252 - windows-latest
253253
254- if : ${{ needs.release-please .outputs.release_created }}
254+ if : ${{ needs.release.outputs.release_created }}
255255 permissions :
256256 # IMPORTANT: this permission is mandatory for trusted publishing
257257 id-token : write
You can’t perform that action at this time.
0 commit comments