File: release.cmd

package info (click to toggle)
python-box2d 2.3.2~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,596 kB
  • ctags: 5,116
  • sloc: python: 14,384; cpp: 13,393; makefile: 8; sh: 6
file content (9 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
set HOME=C:\Users\Ken\
set NAME="Ken Lauer"

cd ..
del /s /f /q build
C:\Python27\python.exe setup.py bdist_egg upload --identity=%NAME% --sign --quiet
C:\Python27\python.exe setup.py bdist_wininst --target-version=2.7 register upload --identity=%NAME% --sign --quiet
C:\Python27\python.exe setup.py sdist upload --identity=%NAME% --sign
cd devel