Skip to content

Commit

Permalink
chore: Don't put wheel in github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed Jun 10, 2022
1 parent c2450b7 commit f30662a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ publish: build ## Publish wheel
clean: purge ## Clean everything
rm -rf venv

release: # Tag and release on Github
release: publish # Tag and release on Github
git tag v$(VERSION)
git push origin && git push origin --tags
gh release create v$(VERSION) dist/h2o_nitro_bokeh-$(VERSION)-py3-none-any.whl

help: ## List all make tasks
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
Expand Down

0 comments on commit f30662a

Please sign in to comment.