release:
	@poetry build && poetry publish --skip-existing && poetry publish --skip-existing --repository test-pypi
