-
Notifications
You must be signed in to change notification settings - Fork 657
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
Deploying from Travis #1871
Comments
no that would be pretty awesome. |
We could also update the doc deployment.
For pytng @kain88-de and @richardjgowers have used Travis gh-pages deployment in the .travis.yml file, which is cleaner than deploy_docs.sh. |
One possible issue is that you have one less chance to catch a buggy release before it gets out. |
So the only extra step I do that travis doesn't for a release is I build the source distribution, upload it to testpypi, then download and test that version of things. We could probably wrap that whole process into a script and then theoretically travis has replaced me! |
The different automation options on travis are pretty cool... maybe
|
Deployment via CI is now done via gh actions. |
It looks like we could set it up so that after (successfully) pushing to master branch we could get travis to push to pypi for us.
https://docs.travis-ci.com/user/deployment/pypi/
Does anyone see any problems using this?
The text was updated successfully, but these errors were encountered: