Skip to content

Commit

Permalink
Use latest twine
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jul 29, 2019
1 parent e537d7d commit 4e624d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ manylinux:
docker run -it --init --rm -v `pwd`:/io quay.io/pypa/manylinux1_i686 /io/ci/manylinux.sh build

kit_upload:
twine upload dist/*
twine upload --verbose dist/*

test_upload:
twine upload --verbose --repository testpypi dist/*

kit_local:
# pip.conf looks like this:
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ unittest-mixins==1.4

# for kitting.
requests==2.18.4
twine==1.9.1
twine==1.13.0

0 comments on commit 4e624d1

Please sign in to comment.