File: make_distribution.bat

package info (click to toggle)
python-shelxfile 22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,652 kB
  • sloc: python: 6,347; sh: 11; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
call venv\Scripts\activate.bat
del /Q dist\*
del /q /s shelxfile.egg-info
pip install --upgrade setuptools
venv\Scripts\python -m build
rem python3 -m twine upload --repository pypi dist\*