Conversation
- Normalize GitHub owner to lowercase for GHCR tags (required by Docker) - Bump package/app/OpenAPI version from 0.1.0 to 0.1.1 - Prepare a clean rerun after PyPI filename reuse rejection on 0.1.0 Made-with: Cursor
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
Benchmark Results
Framework-Level (Direct ASGI, 50,000 requests)
Routing (100 routes, 1.5M lookups)
How to read this
|
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
This PR fixes the failed release run and prepares a valid initial publish:
0.1.0to0.1.1to avoid PyPI filename reuse rejectionRoot cause from failed v0.1.0 run
ghcr.io/FasterApiWeb/...contains uppercase owner; GHCR requires lowercase repository names.0.1.0upload because those filenames were already used previously and cannot be reused.Result
After merge, tagging
v0.1.1on master should produce a successful release.Made with Cursor