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

Allow version replacement on PyPI test instance #868

Closed
ncoghlan opened this issue Dec 27, 2015 · 1 comment
Closed

Allow version replacement on PyPI test instance #868

ncoghlan opened this issue Dec 27, 2015 · 1 comment

Comments

@ncoghlan
Copy link
Contributor

(Turning this suggestion into a warehouse RFE)

Banning silent replacement of versions from the main pypi.python.org site is the right thing to do from an end user perspective, but from a publisher perspective, it would be useful if testpypi.python.org allowed version replacement, as that would permit the following publication workflow:

  1. Publish to testpypi.python.org
  2. Check the published package is working correctly
  3. If not, fix the packaging and return to step 1 (without having to bump the version number)
  4. Once the package is working correctly, push to pypi.python.org (locking in the version number)

This would be similar to the devpi based workflow some publishers already use, but without the need to host your own index server for testing purposes.

@dstufft
Copy link
Member

dstufft commented Dec 27, 2015

Duplicate of #720

@dstufft dstufft closed this as completed Dec 27, 2015
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