Skip to content
Snippets Groups Projects
Forked from FSL / fslpy
2064 commits behind the upstream repository.
build_pypi_dist.sh 97 B
#!/usr/bin/env bash

set -e

pip install wheel
python setup.py sdist
python setup.py bdist_wheel