Skip to content

Commit 5bb8af7

Browse files
committed
restore install target
1 parent 3ba4850 commit 5bb8af7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ dist:
135135
@echo "::set-output name=whl::$(BDIST_WHEEL)"
136136
@echo "::set-output name=whl_basename::$(notdir $(BDIST_WHEEL))"
137137

138+
.PHONY: install
139+
install:
140+
pip install $(BDIST_WHEEL)
141+
138142
.PHONY: sync-latest-docs-to-s3
139143
sync-latest-docs-to-s3:
140144
aws s3 sync --acl bucket-owner-full-control \

0 commit comments

Comments
 (0)