Skip to content

Commit c8fa6eb

Browse files
author
Hugo Osvaldo Barrera
committed
Explicitly define which PyPI endpoint to push to
Pushes have been failing lately (and not just taking a few hours/days to finish as they used to). It's most likely due to this: * https://mail.python.org/pipermail/distutils-sig/2017-June/030766.html * https://packaging.python.org/guides/migrating-to-pypi-org/#uploading * pypi/warehouse#2342
1 parent 2cd1e0c commit c8fa6eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ deploy:
6969
on:
7070
tags: true
7171
distributions: "sdist bdist_wheel"
72+
server: https://upload.pypi.org/legacy/
7273
- provider: releases
7374
api_key:
7475
secure: g60yeYa+BX7XCe7L4mpV5NiaCPkuJzxk+PP3rL/durPF/CudWW2xUuTCLf30WwfrYBg3bJCQKNnzOpL8+d4Maly3UqquDFjK58Z/JBFw6erzg/RAxAnfJzFbWy2mgqKTpBHaDdRnhVtqp23Ov1I/+Jb51DIhij6ILNgGxW1OP8Y=

0 commit comments

Comments
 (0)