File tree 2 files changed +1
-32
lines changed 2 files changed +1
-32
lines changed Original file line number Diff line number Diff line change @@ -202,42 +202,11 @@ jobs:
202
202
name : artifacts-dist-manifest
203
203
path : dist-manifest.json
204
204
205
- # custom-publish-pypi:
206
- # needs:
207
- # - plan
208
- # - host
209
- # if: ${{ !fromJson(needs.plan.outputs.val).announcement_is_prerelease || fromJson(needs.plan.outputs.val).publish_prereleases }}
210
- # uses: ./.github/workflows/publish-pypi.yml
211
- # with:
212
- # plan: ${{ needs.plan.outputs.val }}
213
- # secrets: inherit
214
- # # publish jobs get escalated permissions
215
- # permissions:
216
- # "id-token": "write"
217
- # "packages": "write"
218
-
219
- # custom-publish-wasm:
220
- # needs:
221
- # - plan
222
- # - host
223
- # if: ${{ !fromJson(needs.plan.outputs.val).announcement_is_prerelease || fromJson(needs.plan.outputs.val).publish_prereleases }}
224
- # uses: ./.github/workflows/publish-wasm.yml
225
- # with:
226
- # plan: ${{ needs.plan.outputs.val }}
227
- # secrets: inherit
228
- # # publish jobs get escalated permissions
229
- # permissions:
230
- # "contents": "read"
231
- # "id-token": "write"
232
- # "packages": "write"
233
-
234
205
# Create a GitHub Release while uploading all files to it
235
206
announce :
236
207
needs :
237
208
- plan
238
209
- host
239
- # - custom-publish-pypi
240
- # - custom-publish-wasm
241
210
# use "always() && ..." to allow us to wait for all publish jobs while
242
211
# still allowing individual publish jobs to skip themselves (for prereleases).
243
212
# "host" however must run to completion, no skipping allowed!
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ build-local-artifacts = false
293
293
# Local artifacts jobs to run in CI
294
294
local-artifacts-jobs = [" ./build-binaries" , " ./build-docker" ]
295
295
# Publish jobs to run in CI
296
- publish-jobs = [" ./publish-pypi" , " ./publish-wasm" ]
296
+ # publish-jobs = ["./publish-pypi", "./publish-wasm"]
297
297
# Post-announce jobs to run in CI
298
298
post-announce-jobs = [
299
299
" ./notify-dependents" ,
You can’t perform that action at this time.
0 commit comments