def release(force=False): """ releases the master branch at the current version to pypi """ with api.lcd(THIS_DIR): return _release(force=force)