Skip to content

Commit b9b07ab

Browse files
committed
Tweak.
1 parent f8f20f1 commit b9b07ab

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 @@ package:
99
$(PYTHON) setup.py sdist --formats=gztar bdist_wheel
1010

1111
upload: | package
12-
twine upload dist
12+
twine upload dist/*
1313

1414
build:
1515
$(PYTHON) setup.py build

0 commit comments

Comments
 (0)