Automate publishing to pypi
Publishing to pypi requires rm -rf dist && hatch build && hatch publish -u __token__
. We can publish from protected tags.
Edited by Anton Akhmerov
Publishing to pypi requires rm -rf dist && hatch build && hatch publish -u __token__
. We can publish from protected tags.