File: upload.sh

package info (click to toggle)
python-magic 2%3A0.4.20-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,004 kB
  • sloc: python: 699; sh: 18; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh

python3 setup.py clean --all
python3 setup.py sdist bdist_wheel
#python3 -m twine upload dist/*