Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (13 loc) · 587 Bytes

RELEASE.md

File metadata and controls

14 lines (13 loc) · 587 Bytes

NOTE: This guide is only useful for the owners of the venv-update project.

  1. start on the latest master
  2. bump venv_update.py
  3. bump the URL in the docs/source/index.rst curl command with the new version tag
  4. git commit -m "this is {{version}}"
  5. git tag v{{version}}
  6. git push origin master --tags
  7. upload to pypi
    1. if you need to set up pypi auth, python setup.py register and follow the prompts
    2. python setup.py sdist bdist_wheel
    3. twine upload --skip-existing dist/*
  8. fetch-python-package venv-update -- upload to pypi.yelpcorp