Skip to content

Commit 90cd9ce

Browse files
authored
Fix #634
1 parent fe057be commit 90cd9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ docs:
2727

2828
release:
2929
pip install twine wheel
30-
rm -rf dist/*
30+
rm -rf build/* dist/*
3131
python setup.py sdist bdist_wheel
3232
twine upload -s dist/*

0 commit comments

Comments
 (0)