diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b1496f982ffe..8be49af2eaffa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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! diff --git a/Cargo.toml b/Cargo.toml index b51501582c8fd..d2589e04a3b86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",