Investigate a way to programatically publish a draft release #11312
Labels
feature request
needs discussion
a product management/policy issue maintainers and users should discuss
Sat down with @alanbato at the PyCon sprints and thought through a plan for what we need to do to get this mergeable
Originally posted by @di in #8941 (comment)
One way to do this without making significant changes to twine or our API, is leverage the same mechanism proposed to upload the draft release in the first place, which is to use a special HEADER as part of the request that uploads the package.
One downside of this approach though, is that there'd need to be a final "upload" of the package to mark it to be published, even if there are no source code changes involved. This would add unnecessary bandwidth usage, and could be non-ideal for big packages.
The text was updated successfully, but these errors were encountered: