-
-
Notifications
You must be signed in to change notification settings - Fork 104
🐛 Add support for uploading dists with metadata v2.4 #313
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
Conversation
This is necessary to allow the smoke test check uploading multiple packages.
Signed-off-by: William Woodruff <[email protected]>
I've performed two pushes to demonstrate through the CI statuses that the smoke test fails with a Maturin dist at first but then is fixed post-bump. |
this is awesome! many thanks @webknjaz |
@webknjaz thanks a lot! Any chance of having a release this week that includes this fix? |
@diogomatsubara on it! Right now, I'm in the process of double-checking the diff between the last tag and the top of unstable to decide what version number to use and what to include into the change log. Hold tight! |
This patch bumps the transitive package
pkgutil
to v1.12 to enable support for validating metadata v2.4 in Twine. It also integrates a Maturin-based package into the smoke test in CI as a regression check.Closes #312
Resolves #311
Resolves #310