Skip to content

Commit 11c3b52

Browse files
committed
generate using cargo-dist
1 parent a388e49 commit 11c3b52

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -202,42 +202,11 @@ jobs:
202202
name: artifacts-dist-manifest
203203
path: dist-manifest.json
204204

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-
234205
# Create a GitHub Release while uploading all files to it
235206
announce:
236207
needs:
237208
- plan
238209
- host
239-
# - custom-publish-pypi
240-
# - custom-publish-wasm
241210
# use "always() && ..." to allow us to wait for all publish jobs while
242211
# still allowing individual publish jobs to skip themselves (for prereleases).
243212
# "host" however must run to completion, no skipping allowed!

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ build-local-artifacts = false
293293
# Local artifacts jobs to run in CI
294294
local-artifacts-jobs = ["./build-binaries", "./build-docker"]
295295
# Publish jobs to run in CI
296-
publish-jobs = ["./publish-pypi", "./publish-wasm"]
296+
# publish-jobs = ["./publish-pypi", "./publish-wasm"]
297297
# Post-announce jobs to run in CI
298298
post-announce-jobs = [
299299
"./notify-dependents",

0 commit comments

Comments
 (0)