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 02b2d6e commit a7fd4b5Copy full SHA for a7fd4b5
Makefile
@@ -9,7 +9,7 @@ $(VIRTUAL_ENV_DIR):
9
$(VIRTUAL_ENV_DIR)/bin/python setup.py install
10
11
release: $(VIRTUAL_ENV_DIR)
12
- rm -rf dist
+ rm -rf dist
13
$(PYTHON_VERSION) setup.py sdist
14
# Assuming you have twine already in the sdist
15
pip install twine
0 commit comments