Skip to content

Fix publish#71

Merged
jsturtevant merged 4 commits intomainfrom
fixpublish
May 2, 2026
Merged

Fix publish#71
jsturtevant merged 4 commits intomainfrom
fixpublish

Conversation

@jsturtevant
Copy link
Copy Markdown
Contributor

Published failed because the windows build didn't have the wasm wit world available. This fixes it and adds ability to manually trigger the individual builds package platforms which lets us not have to retag a version since there were no code changes.

Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to unblock SDK publishing by ensuring the compiled WIT world is available in publish jobs (especially on Windows) and by allowing manual, partial publish runs via workflow_dispatch.

Changes:

  • Add workflow_dispatch with a publish_target input to selectively run Python and/or .NET publish jobs.
  • Add explicit just wasm guest-compile-wit steps in the .NET publish pipeline.
  • Update workspace crate versions recorded in Cargo.lock from 0.3.0 to 0.4.0.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
Cargo.lock Updates lockfile entries for workspace crates to reflect version 0.4.0.
.github/workflows/publish.yml Adds manual dispatch + target selection, and explicitly compiles the WIT world in .NET publish jobs.

Comment thread .github/workflows/publish.yml Outdated
Comment thread .github/workflows/publish.yml Outdated
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
@jsturtevant jsturtevant merged commit 3d8171e into main May 2, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants