ryanhiebert / hirefire

A Python lib to integrate with the HireFire service -- The Heroku Proccess Manager.
https://hirefire.readthedocs.io/
Other
34 stars 21 forks source link

Fix Travis deployment #44

Closed ryanhiebert closed 5 years ago

ryanhiebert commented 6 years ago

Deployment is currently running on both of the jobs, causing one of the jobs, whichever deploys later, to fail the deployment because PyPI rejects the file upload. We should make it so that it only uploads once, probably using Travis' build stages.

ryanhiebert commented 5 years ago

OK, things are looking better now. With a little more work the deploys could be faster, but I'm good with where it is now.