upload.sh 108 B

123456
  1. #!/bin/sh
  2. python3 setup.py clean --all
  3. python3 setup.py sdist bdist_wheel
  4. #python3 -m twine upload dist/*