feat: PyPI release infrastructure — publish via uv tool install#11
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11 +/- ##
==========================================
+ Coverage 96.11% 96.13% +0.02%
==========================================
Files 15 15
Lines 1054 1061 +7
==========================================
+ Hits 1013 1020 +7
Misses 41 41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…kflow Prepare for publishing to PyPI via uv tool install drasill. - Add pyproject.toml metadata: version 0.2.0, authors, license, classifiers, project URLs, keywords - Add drasill install hm command: downloads hm binary from heimdall GitHub releases, detects platform, extracts to ~/.local/bin - Add .github/workflows/release.yml: release-please + PyPI trusted publishing (no API token needed) - Include scripts/fetch-hm.sh as package data in wheel - Verify wheel builds and contains templates, static, scripts - 214 tests passing, 96% coverage
This file contains hidden or 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
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.
Summary
Prepare drasill for publishing to PyPI. After merge + release PR:
uv tool install drasillworks.drasill install hm: downloads hm from heimdall GitHub releases.github/workflows/release.yml: release-please + PyPI trusted publishingscripts/fetch-hm.shincluded as wheel package dataTest plan
uv buildproduces valid wheeldrasill install hmtested: platform detection, unsupported platform error