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 04d3d5c commit ea301faCopy full SHA for ea301fa
1 file changed
Makefile
@@ -135,6 +135,10 @@ dist:
135
@echo "::set-output name=whl::$(BDIST_WHEEL)"
136
@echo "::set-output name=whl_basename::$(notdir $(BDIST_WHEEL))"
137
138
+.PHONY: install
139
+install:
140
+ pip install $(BDIST_WHEEL)
141
+
142
.PHONY: sync-latest-docs-to-s3
143
sync-latest-docs-to-s3:
144
aws s3 sync --acl bucket-owner-full-control \
0 commit comments