Commit Graph

5 Commits

Author SHA1 Message Date
Elvis Pranskevichus b5aa30b264
Unbreak macOS builds on Travis 2018-04-25 13:58:07 -04:00
Yury Selivanov e2d68162b3 Fix macOS on Travis 2017-11-29 10:14:37 -05:00
Elvis Pranskevichus 21de4a16a9 ci: Update to latest RVM in an attempt to fix Travis builds on macOS
[1] https://github.com/travis-ci/travis-ci/issues/6307#issuecomment-233315824
2017-02-01 18:46:43 -05:00
Elvis Pranskevichus 62fb310278 ci: Switch to staged release process
Uploading release artifacts directly to PyPI from the build matrix is
bad, as this may result in an incomplete or broken release if any of
the platforms fail to build.

To fix the process, implement a "staged" build process whereby artifacts
are built from a dedicated "releases" branch and are uploaded to an S3
bucket.  Once all artifacts have been successfully built, the release
tag may be pushed to master, and the previously built artifacts will be
uploaded to PyPI as a single transaction.
2016-12-23 18:35:39 -05:00
Elvis Pranskevichus 2351d78398 Use Travis CI to produce wheels for Linux and macOS 2016-08-02 09:42:57 -04:00