Skip to content
stnava edited this page Jun 1, 2022 · 1 revision

Welcome to the ANTsPyT1w wiki!

build a release

mytag=v0.1.2
git tag -a $mytag
git push --tags
rm -r -f build dist *egg*
python3 setup.py bdist_wheel
python3 -m twine upload -u USERNAME -p PASSWORD dist/*
Clone this wiki locally