Skip to content

Instantly share code, notes, and snippets.

View CCampJr's full-sized avatar

Charles CCampJr

View GitHub Profile
@CCampJr
CCampJr / Release.md
Last active November 29, 2021 16:35
Release steps and checklist

VERSION = 0.1.0 (Version of repo to be published)

DATE = 190522

New python build and twine steps

  1. pip install build
  2. pip install twine
  3. python -m build
  4. twine upload ./dist/*