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 a53d577 commit a447782Copy full SHA for a447782
1 file changed
Makefile
@@ -61,7 +61,7 @@ venv: $(VIRTUALENV)/bin/python3
61
.PHONY: release
62
release:
63
make venv VIRTUALENV=$(RELEASE_TEST_VENV)
64
- $(RELEASE_TEST_VENV)/bin/pip3 install wheel
+ $(RELEASE_TEST_VENV)/bin/pip3 install wheel setuptools
65
$(RELEASE_TEST_VENV)/bin/python3 setup.py sdist bdist_wheel
66
$(RELEASE_TEST_VENV)/bin/pip install dist/*.whl
67
$(RELEASE_TEST_VENV)/bin/pip3 install -r requirements-dev.txt
0 commit comments