Permalink
Fetching contributors…
Cannot retrieve contributors at this time
43 lines (30 sloc) 821 Bytes
  • Get the latest source
git pull
  • If necesary, bump the version in inselect/__init__.py

  • Check everything into git and git push origin master

  • Build the Python package and Mac OS X installer:

cd ~/projects/inselect
git pull
./build.sh
  • Build the Windows 64-bit Installer; start a Miniconda64 prompt:
cd c:\Users\<your Windows username>\projects\inselect
git pull
build.bat
  • Archive dist\inselect-0.1.18-amd64.msi

  • Start an Miniconda32 prompt, run the same as above and archive dist\inselect-0.1.18-win32.msi

  • Tag

git tag -a -m v0.1.18 v0.1.18
git push origin master --tags