python setup.py sdist
python3 setup.py bdist_wheel --universal
twine upload dist/* 

bumpver update --no-fetch --$1
python -m build
#python setup.py sdist
twine upload dist/* 
rm -fr dist apafib.egg-info