We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2614b47 commit 2a152bdCopy full SHA for 2a152bd
Makefile
@@ -13,7 +13,7 @@ ci-setup:
13
ci-test:
14
py.test tests
15
16
-deploy:
+deploy: setup
17
rm dist/*
18
python setup.py sdist
19
twine upload dist/*
0 commit comments