Skip to content

bpteague/cytoflow-wheels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.