Skip to content

Commit 55bd35d

Browse files
committed
Add reminder to clear build/ directory.
Otherwise full-build detritus can get bundled into the lite build. See issue daviddrysdale#105.
1 parent ff59172 commit 55bd35d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Release Procedure
136136
`git tag vX.Y.Z`
137137
- Push the tag to Github with:
138138
`git push <github-remote> vX.Y.Z`
139-
- Push the package to PyPI with:
140-
`cd python && ./setup.py sdist bdist_wheel upload`
141139
- Push the lite package to PyPI with:
142-
`cd python && ./setup.py lite sdist bdist_wheel upload`
140+
`cd python && rm -rf build && ./setup.py lite sdist bdist_wheel upload`
141+
- Push the package to PyPI with:
142+
`cd python && rm -rf build && ./setup.py sdist bdist_wheel upload`

0 commit comments

Comments
 (0)