generated from stnava/superiq
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
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/*