Skip to content

Commit

Permalink
chore(infrastructure): Fix deploy target.
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Nov 9, 2018
1 parent c19dfe8 commit c9aa190
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ ifeq ($(TWINE_PASSWORD),)
# TWINE_PASSWORD env var should be supplied
exit 1
endif
ifneq ($(CIRCLECI),)
ifeq ($(CIRCLECI),)
$(MAKE) test
endif
rm -rf build/ dist/
$(POETRY) build
$(PYTHON) -m twine upload dist/*

distclean: clean
Expand Down

0 comments on commit c9aa190

Please sign in to comment.