File: upload_to_pypi.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-- 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
call venv\Scripts\activate.bat
venv\Scripts\pip install twine

venv\Scripts\python -m twine upload --repository pypi dist\*

echo "Now add a Git tag!"