Skip to content

Commit 644a2c4

Browse files
committed
Get more information when uploading kits
1 parent e07ae47 commit 644a2c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ manylinux:
8585
docker run -it --init --rm -v `pwd`:/io quay.io/pypa/manylinux1_i686 /io/ci/manylinux.sh build
8686

8787
kit_upload:
88-
twine upload dist/*
88+
twine upload --verbose dist/*
8989

9090
test_upload:
91-
twine upload --repository testpypi dist/*
91+
twine upload --verbose --repository testpypi dist/*
9292

9393
kit_local:
9494
# pip.conf looks like this:

0 commit comments

Comments
 (0)