4 lines
61 B
Bash
4 lines
61 B
Bash
rm ./dist/*
|
|
python3 setup.py bdist_wheel
|
|
twine upload dist/*
|
rm ./dist/*
|
|
python3 setup.py bdist_wheel
|
|
twine upload dist/*
|