We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae37561 commit f5f8a7cCopy full SHA for f5f8a7c
Makefile
@@ -22,6 +22,7 @@ doc:
22
( cd docs ; make clean ; make html )
23
24
upload: dist check
25
+ ls dist/*.tar.gz
26
$(TWINE) upload --repository-url https://test.pypi.org/legacy/ dist/*.tar.gz --verbose
27
28
clean:
0 commit comments