Skip to content

Commit d24458f

Browse files
committed
RELEASE: Update notes to cleanup
1 parent 5bf6058 commit d24458f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ To release the package on PyPI, run:
2222

2323
```bash
2424
venv/bin/pip install wheel twine
25+
rm -rf build dist # Cleanup
2526
venv/bin/python setup.py bdist_wheel sdist
26-
twine upload dist/*
27+
venv/bin/twine upload dist/*
2728
```

0 commit comments

Comments
 (0)