Build and deploy workflow is currently just
- git tag 0.1.0-rcX
- python3 setup.py sdist
- twine upload dist/*
I should have been using testpypi but have just been going a bit too ham and adding releases to the real pypi repo and removing them my apologies I know this is bad practice.