7 lines
115 B
Bash
7 lines
115 B
Bash
cp ../README.md ../LICENSE .
|
|
rm -rf dist
|
|
python3 -m build
|
|
python3 -m twine upload dist/*
|
|
|
|
rm -rf README.md LICENSE
|