Skip to content

Commit 2a152bd

Browse files
committed
Deploy needs setup
Signed-off-by: David Aronsohn <[email protected]>
1 parent 2614b47 commit 2a152bd

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
@@ -13,7 +13,7 @@ ci-setup:
1313
ci-test:
1414
py.test tests
1515

16-
deploy:
16+
deploy: setup
1717
rm dist/*
1818
python setup.py sdist
1919
twine upload dist/*

0 commit comments

Comments
 (0)