Skip to content

Add step to build Python package and include wheel in release workflow - #33

Merged
melonattacker merged 1 commit into
mainfrom
fix/release-ci
Dec 20, 2025
Merged

melonattacker merged 1 commit into
mainfrom
fix/release-ci

Conversation

@melonattacker

Copy link
Copy Markdown
Owner

This pull request updates the release workflow to build and include a Python wheel package as part of the release artifacts. The main changes ensure that a Python wheel is built using the uv tool and that the resulting .whl file is attached to the GitHub Release.

Release workflow enhancements:

  • Added a new step to build the Python wheel package using uv, including upgrading uv before building. (.github/workflows/release.yml)
  • Updated the GitHub Release step to attach all built wheel files (dist/*.whl) to the release artifacts. (.github/workflows/release.yml)…ease

@melonattacker
melonattacker merged commit 88d502f into main Dec 20, 2025
2 checks passed
@melonattacker
melonattacker deleted the fix/release-ci branch December 20, 2025 16:50
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.

1 participant