Bundle Lib directory in GitHub releases#6497
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
youknowone
left a comment
There was a problem hiding this comment.
Also add a comment to release note that user must download both the binary and python lib to have /Lib
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
Added release notes in commit 5e8e0b1. The notes will appear at the top of each release informing users they need to download both the binary and the Lib archive, with instructions on how to use them. |
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
youknowone
left a comment
There was a problem hiding this comment.
Let's only provide .zip. It is hard to imagine any environment without unzip with rustpython
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
Removed tar.gz archive in commit c6b3284. Now only creating rustpython-lib.zip for releases. Updated release notes accordingly. |
RustPython binaries require the
Libdirectory (Python standard library) to run, but it was missing from release artifacts.Changes
LibdirectoryLibdirectory (~8.8MB) for cross-platform compatibilitybin/rustpython-release-*glob patternResult
Users can now download pre-built binaries with the required standard library instead of cloning the repository or manually configuring
RUSTPYTHONPATH. Each release will include prominent instructions at the top of the release notes explaining the need to download both artifacts.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.