Skip to content

Commit 4e624d1

Browse files
committed
Use latest twine
1 parent e537d7d commit 4e624d1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ manylinux:
7777
docker run -it --init --rm -v `pwd`:/io quay.io/pypa/manylinux1_i686 /io/ci/manylinux.sh build
7878

7979
kit_upload:
80-
twine upload dist/*
80+
twine upload --verbose dist/*
81+
82+
test_upload:
83+
twine upload --verbose --repository testpypi dist/*
8184

8285
kit_local:
8386
# pip.conf looks like this:

requirements/dev.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ unittest-mixins==1.4
2222

2323
# for kitting.
2424
requests==2.18.4
25-
twine==1.9.1
25+
twine==1.13.0

0 commit comments

Comments
 (0)