File: create_dist.sh

package info (click to toggle)
python-boschshcpy 0.2.92-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: python: 3,343; makefile: 4; sh: 4
file content (7 lines) | stat: -rwxr-xr-x 117 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh

source venv/bin/activate
rm -rf dist/*
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*