Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
More notes to self
Browse files Browse the repository at this point in the history
  • Loading branch information
doc-hex committed Aug 1, 2019
1 parent a678133 commit ca8da1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ To build to release for Pypi:
- test `python -m ckcc` works
- final upload: `twine upload dist/*`

## Reminders
## How to Release New Version

- update `ckcc/__init__.py` with new `__version__` string
- `python3 setup.py sdist bdist_wheel`
- maybe delete old version from `./dist`

- tag source code with new version (at this point)
- `twine upload dist/*` when ready.

0 comments on commit ca8da1c

Please sign in to comment.