https://github.com/lmfit/lmfit-py
Raw File
Tip revision: 0e2ad768ce26589b95f61e92ba4bac60cbba2bc3 authored by Matt Newville on 14 November 2014, 18:05:24 UTC
use py3.4 in upload script
Tip revision: 0e2ad76
upload_wininst.bat
REM
REM  %HOME%\.pypirc must be setup with PyPI info.
REM
SET HOME=M:\

SET PATH=C:\Python27;%PATH%
python setup.py install
python setup.py bdist_wininst --target-version=2.7 upload


SET PATH=C:\Python34;%PATH%
python setup.py install
python setup.py bdist_wininst --target-version=3.4 upload



back to top