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 e537d7d commit 4e624d1Copy full SHA for 4e624d1
Makefile
@@ -77,7 +77,10 @@ manylinux:
77
docker run -it --init --rm -v `pwd`:/io quay.io/pypa/manylinux1_i686 /io/ci/manylinux.sh build
78
79
kit_upload:
80
- twine upload dist/*
+ twine upload --verbose dist/*
81
+
82
+test_upload:
83
+ twine upload --verbose --repository testpypi dist/*
84
85
kit_local:
86
# pip.conf looks like this:
requirements/dev.pip
@@ -22,4 +22,4 @@ unittest-mixins==1.4
22
23
# for kitting.
24
requests==2.18.4
25
-twine==1.9.1
+twine==1.13.0
0 commit comments