diff --git a/README-DEV.md b/README-DEV.md index 8a1bbad..40a237a 100644 --- a/README-DEV.md +++ b/README-DEV.md @@ -15,6 +15,7 @@ Releasing * `git commit -m 'v'` * `git tag -m 'v' 'v'` * `git push --tags` +* Do a release on GitHub ### Uploading to PyPI * `rm -rf dist/` or backup if `dist/` exists already