These are python packages that we host in order to ensure a consistent environment. Otherwise source distributions get built each time with potentially different tools / libraries. The files are hosted here by GitHub Pages.
Note we use pyenv in this repository.
Run pip wheel --no-cache-dir --wheel-dir=./ foolib==1.2.3. This should create a file called
foolib-1.2.3-xxx-macosx_<your mac osx version>_<arch>.whl.
Same as above. Instead of a macosx version, it should be none-linux.
After all whl files are built and copied to the root directory in your git branch,
you'll need to rebuild the index by running ./rebuild-index.sh.