Skip to content

Commit f5f8a7c

Browse files
committed
Update makefile.
1 parent ae37561 commit f5f8a7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ doc:
2222
( cd docs ; make clean ; make html )
2323

2424
upload: dist check
25+
ls dist/*.tar.gz
2526
$(TWINE) upload --repository-url https://test.pypi.org/legacy/ dist/*.tar.gz --verbose
2627

2728
clean:

0 commit comments

Comments
 (0)