~neovim-ppa/neovim-ppa/python-neovim

« back to all changes in this revision

Viewing changes to scripts/publish.sh

  • Committer: Thiago de Arruda
  • Date: 2014-05-13 23:01:56 UTC
  • Revision ID: git-v1:cd7ef838ce097f060607a6d35ae6209615e175fd
Add license and update readme

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh -e
2
 
 
3
 
./scripts/disable_log_statements.sh
4
 
python setup.py sdist upload -r pypi
5
 
./scripts/enable_log_statements.sh