Skip to content
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

How to make new releases visible manually? #2249

Closed
letmaik opened this issue Jul 27, 2017 · 1 comment
Closed

How to make new releases visible manually? #2249

letmaik opened this issue Jul 27, 2017 · 1 comment

Comments

@letmaik
Copy link

letmaik commented Jul 27, 2017

When I prepare a new release of one of my binary libraries (having 16 binary wheels currently) then I'd like to hide the new release until all wheels have been uploaded correctly (which happens via Travis CI and Appveyor jobs). In the old pypi I could at least hide the new release after the first file upload was made, but in the new pypi I can't modify anything, well, except the profile picture...

By not having this functionality there can be times when people get broken installs because only part of the wheels have been uploaded and pip then downloads the possibly already uploaded tar.gz source package and fails when building.

@dstufft
Copy link
Member

dstufft commented Jul 27, 2017

Hiding on legacy PyPI didn't hide it from pip, it only hid it in the UI, which is why we removed it, because it was just generally confusing to people.

Ultimately though, I think that this is a duplicate of #726.

@dstufft dstufft marked this as a duplicate of #726 Jul 27, 2017
@dstufft dstufft closed this as completed Jul 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants