File: make_distribution.sh

package info (click to toggle)
python-shelxfile 10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,548 kB
  • sloc: python: 5,610; sh: 9; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# run from project root
source venv/bin/activate
rm -Rf dist
rm -Rf shelxfile.egg-info
pip install pip -U
pip install --upgrade setuptools
python3 -m pip install --upgrade build
python3 -m build
# python3 -m twine upload --repository pypi dist/*