https://github.com/lmfit/lmfit-py
Revision 071b97ad88545f33cdbeede903ff156646bd8618 authored by Matthew Newville on 30 May 2017, 02:28:41 UTC, committed by Matthew Newville on 30 May 2017, 02:28:41 UTC
1 parent b02523a
Raw File
Tip revision: 071b97ad88545f33cdbeede903ff156646bd8618 authored by Matthew Newville on 30 May 2017, 02:28:41 UTC
update asv conf
Tip revision: 071b97a
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