Skip to content

Commit

Permalink
Add reminder to clear build/ directory.
Browse files Browse the repository at this point in the history
Otherwise full-build detritus can get bundled into the lite build.
See issue #105.
  • Loading branch information
daviddrysdale committed Sep 15, 2017
1 parent ff59172 commit 55bd35d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Release Procedure
`git tag vX.Y.Z`
- Push the tag to Github with:
`git push <github-remote> vX.Y.Z`
- Push the package to PyPI with:
`cd python && ./setup.py sdist bdist_wheel upload`
- Push the lite package to PyPI with:
`cd python && ./setup.py lite sdist bdist_wheel upload`
`cd python && rm -rf build && ./setup.py lite sdist bdist_wheel upload`
- Push the package to PyPI with:
`cd python && rm -rf build && ./setup.py sdist bdist_wheel upload`

0 comments on commit 55bd35d

Please sign in to comment.