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

Release 0.1.0 to PyPi #125

Closed
antnieszka opened this issue Dec 14, 2016 · 9 comments
Closed

Release 0.1.0 to PyPi #125

antnieszka opened this issue Dec 14, 2016 · 9 comments
Assignees
Milestone

Comments

@antnieszka
Copy link
Contributor

No description provided.

@antnieszka antnieszka added this to the 0.1.1 milestone Dec 14, 2016
@antnieszka
Copy link
Contributor Author

@grzanka can you take care of that?

@grzanka
Copy link
Collaborator

grzanka commented Dec 14, 2016

@ant6 yes, I'll take care. It should be 0.1.0 not 0.1.1

@antnieszka
Copy link
Contributor Author

@grzanka Great :) I'll change the names then.

@antnieszka antnieszka changed the title Release 0.1.1 to PyPi Release 0.1.0 to PyPi Dec 14, 2016
@grzanka
Copy link
Collaborator

grzanka commented Dec 14, 2016

Its funny, I've got here: https://travis-ci.org/DataMedSci/beprof/jobs/184028591 an error:

Received "500: Internal Server Error" Package upload appears to have failed.  Retry 5 of 5
It appears you're uploading to pypi.python.org (or testpypi) you've recieved a 500 error response. PyPI is being phased out for pypi.org. Try using https://upload.pypi.org/legacy/ (or https://test.pypi.org/legacy/) to upload your packages instead. These are the default URLs for Twine now.
HTTPError: 500 Server Error: Internal Server Error for url: https://pypi.python.org/pypi

Later I've deleted my initial attempt of making 0.1.0 release.

I wonder if it means that https://pypi.python.org/pypi/beprof (or https://pypi.python.org/ in general) is being replaced with https://pypi.org/search/?q=beprof (or https://pypi.org in general)

@antnieszka
Copy link
Contributor Author

Maybe that's because of heavy load? I can see some similar problems with 500 and in most cases 'it just worked after some time'... :octocat:

@antnieszka
Copy link
Contributor Author

Even Wercker throws random 500's ☹️

@grzanka
Copy link
Collaborator

grzanka commented Dec 14, 2016

I don't think so, Pypa team is cooking new portal/service for distributing pip packages.
See https://pypi.org/ and https://warehouse.readthedocs.io/:

Warehouse is a new code base that implements a Python package repository. It is being actively developed and the plan is that it will eventually power PyPI and replace an older code base that is currently powering PyPI. You can see Warehouse in production at https://pypi.org/

They already have new server address in instructions. See https://packaging.python.org/distributing/#create-an-account

[distutils]
index-servers=pypi

[pypi]
repository = https://upload.pypi.org/legacy/
username = <username>
password = <password>

I've updated accordingly: 8855788

@grzanka
Copy link
Collaborator

grzanka commented Dec 15, 2016

@antnieszka
Copy link
Contributor Author

@grzanka https://pypi.python.org/pypi/beprof/ went well, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants