Skip to content

Commit a7fd4b5

Browse files
committed
Removing old artifacts
1 parent 02b2d6e commit a7fd4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $(VIRTUAL_ENV_DIR):
99
$(VIRTUAL_ENV_DIR)/bin/python setup.py install
1010

1111
release: $(VIRTUAL_ENV_DIR)
12-
rm -rf dist
12+
rm -rf dist
1313
$(PYTHON_VERSION) setup.py sdist
1414
# Assuming you have twine already in the sdist
1515
pip install twine

0 commit comments

Comments
 (0)