generate using cargo-dist
This commit is contained in:
31
.github/workflows/release.yml
vendored
31
.github/workflows/release.yml
vendored
@@ -202,42 +202,11 @@ jobs:
|
||||
name: artifacts-dist-manifest
|
||||
path: dist-manifest.json
|
||||
|
||||
# custom-publish-pypi:
|
||||
# needs:
|
||||
# - plan
|
||||
# - host
|
||||
# if: ${{ !fromJson(needs.plan.outputs.val).announcement_is_prerelease || fromJson(needs.plan.outputs.val).publish_prereleases }}
|
||||
# uses: ./.github/workflows/publish-pypi.yml
|
||||
# with:
|
||||
# plan: ${{ needs.plan.outputs.val }}
|
||||
# secrets: inherit
|
||||
# # publish jobs get escalated permissions
|
||||
# permissions:
|
||||
# "id-token": "write"
|
||||
# "packages": "write"
|
||||
|
||||
# custom-publish-wasm:
|
||||
# needs:
|
||||
# - plan
|
||||
# - host
|
||||
# if: ${{ !fromJson(needs.plan.outputs.val).announcement_is_prerelease || fromJson(needs.plan.outputs.val).publish_prereleases }}
|
||||
# uses: ./.github/workflows/publish-wasm.yml
|
||||
# with:
|
||||
# plan: ${{ needs.plan.outputs.val }}
|
||||
# secrets: inherit
|
||||
# # publish jobs get escalated permissions
|
||||
# permissions:
|
||||
# "contents": "read"
|
||||
# "id-token": "write"
|
||||
# "packages": "write"
|
||||
|
||||
# Create a GitHub Release while uploading all files to it
|
||||
announce:
|
||||
needs:
|
||||
- plan
|
||||
- host
|
||||
# - custom-publish-pypi
|
||||
# - custom-publish-wasm
|
||||
# use "always() && ..." to allow us to wait for all publish jobs while
|
||||
# still allowing individual publish jobs to skip themselves (for prereleases).
|
||||
# "host" however must run to completion, no skipping allowed!
|
||||
|
||||
@@ -293,7 +293,7 @@ build-local-artifacts = false
|
||||
# Local artifacts jobs to run in CI
|
||||
local-artifacts-jobs = ["./build-binaries", "./build-docker"]
|
||||
# Publish jobs to run in CI
|
||||
publish-jobs = ["./publish-pypi", "./publish-wasm"]
|
||||
# publish-jobs = ["./publish-pypi", "./publish-wasm"]
|
||||
# Post-announce jobs to run in CI
|
||||
post-announce-jobs = [
|
||||
"./notify-dependents",
|
||||
|
||||
Reference in New Issue
Block a user