sendgrid / python-http-client

Twilio SendGrid's Python HTTP Client for calling APIs
https://sendgrid.com
MIT License
125 stars 101 forks source link

Implement auto-deploy to package manager #92

Closed thinkingserious closed 4 years ago

thinkingserious commented 5 years ago

Issue Summary

When all tests on the master branch pass in Travis CI, we would like to auto-deploy the release to the package manager.

Before writing any code, we suggest you review our CONTRIBUTING.md file and propose your solution for discussion here in the comments. Thank you!

Aceptance Criteria

georgeyk commented 5 years ago

Hi @thinkingserious ,

The deploy to the package manager means to upload to pypi ? Travis support pypi + https://docs.travis-ci.com/user/deployment#conditional-releases-with-on

Do you think its enough ?

thinkingserious commented 5 years ago

Yeah, it looks like this is what we need.

Thanks for taking this on @georgeyk!

georgeyk commented 5 years ago

hey @thinkingserious Shouldn't this be closed?

childish-sambino commented 4 years ago

Closing as we're now using internal tool to do this.