Closed toriving closed 3 years ago
Remove Cache: rm -rf dist build src/koeda.egg-info Build : python setup.py sdist bdist_wheel Deploy : python -m twine upload dist/*
rm -rf dist build src/koeda.egg-info
python setup.py sdist bdist_wheel
python -m twine upload dist/*
$ bash deploy.sh
Remove Cache:
rm -rf dist build src/koeda.egg-info
Build :python setup.py sdist bdist_wheel
Deploy :python -m twine upload dist/*
$ bash deploy.sh