-
Notifications
You must be signed in to change notification settings - Fork 3
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
Deploy pip/conda releases by Travis and Appveyor #19
Comments
I think it is a great idea to deploy packages upon release automatically. I could implement pypi deployment via Travis on linux/docker using the existing script. However, I don't know a.t.m. how to implement automatic deployment on windows and for conda. Could you implement that? |
I can take care of
We just need to decide what sould trigger a deployment (a push to master or a new release). Do you have access to all the Travis settings? If not send me an Email. |
OK, I will take care of the linux distribution for pypi. I suggest, that a new release triggers the deployment. |
I handled the automatic deployment of Linux and source packages in 5ab0c64. I also preserved the MacOS build in Travis, but it does not create the PyPI package for macOS. Once windows packaging is in place, we can bump the release. |
The windows wheels are now also built & deployed via Travis. We are still missing osX/pypi and conda packages. Unfortunately, I don't have experience with either. |
The pypi and the conda releases are currently maintained manually. I suggest to modify both CI build process to automatically deploy conda and pypi packages for all supported platforms whenever either there is a new release or there is a push to the master branch.
Opinions?
Task list:
The text was updated successfully, but these errors were encountered: