Stream: git-wasmtime

Topic: wasmtime / PR #11090 Make auto-publish script more robust


view this post on Zulip Wasmtime GitHub notifications bot (Jun 20 2025 at 18:11):

alexcrichton opened PR #11090 from alexcrichton:update-publish-script to bytecodealliance:main:

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jun 20 2025 at 18:11):

alexcrichton requested dicej for a review on PR #11090.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 20 2025 at 18:11):

alexcrichton requested wasmtime-default-reviewers for a review on PR #11090.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 20 2025 at 18:13):

alexcrichton commented on PR #11090:

The auto-publish of the 34.0.0 release failed without these changes. I believe the failure is because currently crates.io is blocking requests from curl (#t-crates-io > API requests bounced with 403 since ~3 hours ago @ 💬). If a curl request fails the script currently prints nothing and then the continued logic does not handle its own failure, basically we expect curl to succeed. My hope is that by adding --user-agent it can indeed succeed, and then additionally extra info is printed on failure to help diagnose this in the future.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 20 2025 at 18:14):

alexcrichton updated PR #11090.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 20 2025 at 18:16):

alexcrichton commented on PR #11090:

I'll also note that in the meantime I manually ran the publish locally and this release at least should be sorted out.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 20 2025 at 18:18):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 20 2025 at 18:18):

pchickey has enabled auto merge for PR #11090.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 20 2025 at 19:53):

pchickey merged PR #11090.


Last updated: Dec 06 2025 at 07:03 UTC