Here's my workflow (written here as a script, but really done in fits and
starts):

*:: checkout tagged release & build package*
pushd b:\apps\leo-editor
git checkout tags/Leo-5.0-b2
python setup.py sdist
popd

*:: install from built package*
pip uninstall leo
pip install  b:\apps\dist\leo-5.0b2.zip


*:: verify Leo works as expected*
D:\>which leoc
B:\o4w\apps\Python27\Scripts\leoc.EXE

D:\>leoc --version
Leo 5.0b2, build 20141117141110, Mon Nov 17 14:11:10 CST 2014

D:\>leoc

** isPython3: False
Leo 5.0b2, build 20141117141110, Mon Nov 17 14:11:10 CST 2014
Not running from a git repo
Python 2.7.4, PyQt version 4.7.1
Windows 7 AMD64 (build 6.1.7601) SP1
leoID=maphew (in C:\Users\mhwilkie\dropbox\.leo)
reading settings in
B:\o4w\apps\Python27\lib\site-packages\leo\config\leoSettings.leo
reading settings in C:\Users\mhwilkie\dropbox\.leo\myLeoSettings.leo
reading settings in C:\Users\mhwilkie\dropbox\.leo\workbook.leo
...snip...
wrote recent file: C:\Users\mhwilkie\dropbox\.leo\.leoRecentFiles.txt

*:: rebuild package and upload*
pushd b:\apps\leo-editor
python setup.py sdist upload

*:: inspect public page for problems *
start https://pypi.python.org/pypi/leo

*:: verbosely install from pypi.org <http://pypi.org>*
pip uninstall leo
pip -v install -pre leo

*:: repeat verify run leo works.*

On Mon, Nov 17, 2014 at 12:36 PM, Edward K. Ream <[email protected]>
wrote:

> Not sure exactly what is involved...
>
> Edward
>
> --
> You received this message because you are subscribed to the Google Groups
> "leo-editor" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/leo-editor.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to