Skip to content
Snippets Groups Projects
Forked from FSL / fslpy
1577 commits behind the upstream repository.
deploy_pypi.sh 84 B
#!/usr/bin/env BASH

set -e

pip install setuptools wheel twine
twine upload dist/*