Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.22 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.22 KB

cytoflow-wheels

This repository uses Travis CI to create Python wheel packages for cytoflow. Most of this infrastructure was copied gratefully from scikit-image so as not to (heh) reinvent the wheel.

Instructions:

  1. Fork this repository.
  2. Replace the PyPI credentials the deploy section of the .travis.yml file. See the Travis Documentation for details.
  3. Create a new commit and push to GitHub. Empty commits are fine. Check that Travis CI successfully built the wheel packages.
    Example
  4. Using the GitHub Web interface create a release, Travis CI will rerun the build and deloy the .whl files to the release when complete.
    Example

See the Spinning wheels page for additional details on using binary wheels on OS X.