Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed May 20, 2021
1 parent c6ca5c3 commit ff23b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -58,7 +58,7 @@ html: $(DOCS_INDEX) $(VENV)/bin/sphinx-build
docs: $(DOCS_INDEX) $(VENV)/bin/sphinx-build
open $(DOCS_INDEX)

release: | clean unit functional tests html
release: | clean tests html
@rm -rf dist/*
@./.release
@make pypi
Expand Down

0 comments on commit ff23b12

Please sign in to comment.