We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07ae47 commit 644a2c4Copy full SHA for 644a2c4
Makefile
@@ -85,10 +85,10 @@ manylinux:
85
docker run -it --init --rm -v `pwd`:/io quay.io/pypa/manylinux1_i686 /io/ci/manylinux.sh build
86
87
kit_upload:
88
- twine upload dist/*
+ twine upload --verbose dist/*
89
90
test_upload:
91
- twine upload --repository testpypi dist/*
+ twine upload --verbose --repository testpypi dist/*
92
93
kit_local:
94
# pip.conf looks like this:
0 commit comments