-
-
Notifications
You must be signed in to change notification settings - Fork 426
Closed
Description
We have a hard time keeping up with releases, and the default way for people to install astroquery is with pip install astroquery. Given that we encourage people to use the latest master, we should just be posting the branch to pypi every time a PR is merged.
This issue is to remind us to do that and to address practical questions. e.g., are there limits to what we can post on pypi? How do I set up travis-ci to python setup.py sdist upload on (successful) master branch merges?