-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pick up changes from main (0.9.x) #719
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Allow mapping and unmapping repos & improve zpm error output
Merge v0.9.x to main
ci: add a CI to check for changelog on PR (adapted from v0.7.x branch)
ci: debug changelog check with rev-parse
fix: improve banner display in interactive zpm shell
…legacy fix(ci): download legacy artifact from comm. registry instead of github
This change doesn't affect any functionality in v0.9, but will matter in v0.10
…w-error Change `PublishModule` to return error status instead of boolean
added a dummy new line to make CI pass on PR
Main CI Fix heredoc
@isc-shuliu the list of commits here is confusing - what happened? |
@isc-tleavitt |
isc-shuliu
changed the title
Support publishing with static python dependency
Pick up changes from main (0.9.x)
Jan 29, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Will open another PR for this. This PR is used to pick up changes from v0.9.x.
See #698- investigate structure of
- determine a default path to place generated
- ensure relevant data is persisted when exported to XML installer
- adding a resource processor for installing local
- integration tests for dummy .whl packages with dependencies
When finished, this PR will support searching for python packages (in the Embedded Python runtime) and exporting all/selected python packages as
.whl
as part of thepackage
orpublish
lifecycle phase.TODO:
.whl
and best practices of generating.whl
(along with.whl
translative dependencies).whl
files.whl
files