2 lines
75 B
Bash
2 lines
75 B
Bash
|
rm -rf dist && poetry version patch && poetry build && twine upload dist/*
|