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 b4ad9c6 commit 02b2d6eCopy full SHA for 02b2d6e
Makefile
@@ -9,6 +9,7 @@ $(VIRTUAL_ENV_DIR):
9
$(VIRTUAL_ENV_DIR)/bin/python setup.py install
10
11
release: $(VIRTUAL_ENV_DIR)
12
+ 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