Skip to content

Commit b89db6a

Browse files
committed
chore: add twine commands for publishing
1 parent f048024 commit b89db6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ test-deps:
2626
pip install -r test_requirements.pip
2727

2828
publish:
29-
python setup.py sdist bdist_wheel upload
29+
rm -rf dist/*
30+
python setup.py sdist bdist_wheel
31+
twine upload dist/*
32+
python setup.py develop
3033

3134
coveralls: test-deps cov
3235
coveralls

0 commit comments

Comments
 (0)