4 lines
60 B
Bash
4 lines
60 B
Bash
rm -rf dist
|
|
python3 -m build
|
|
python3 -m twine upload dist/*
|
rm -rf dist
|
|
python3 -m build
|
|
python3 -m twine upload dist/*
|