Skip to content

Commit

Permalink
Always build before pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicrodger committed Nov 20, 2018
1 parent f985303 commit 3f56de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clean:
rm -rf dist/*
rm -rf build/*

push:
push: build
twine upload -r pypi dist/*

.PHONY: coverage test testall build clean push

0 comments on commit 3f56de3

Please sign in to comment.