Skip to content

Commit ccab3b5

Browse files
committed
Makefile: deploy-pypi, remove old builds before packaging
1 parent b4901be commit ccab3b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ deploy-github:
88
git push --tags origin master
99

1010
deploy-pypi:
11+
rm -rf dist
1112
python setup.py sdist bdist_wheel
1213
twine upload --repository pypi dist/*
1314

0 commit comments

Comments
 (0)