Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Python 3.5 MacOS wheel upload #117

Merged
merged 1 commit into from
Nov 13, 2019
Merged

Fix Python 3.5 MacOS wheel upload #117

merged 1 commit into from
Nov 13, 2019

Conversation

mgedmin
Copy link
Member

@mgedmin mgedmin commented Nov 12, 2019

Python 3.5 on Mac OS doesn't support TLS 1.2, which makes twine upload
fail, but we can use system Python 2.7 for twine upload, which works.

Also brings the rest of the Travis CI configuration closer in line to
the rest of the packages updated for
zopefoundation/meta#11

Python 3.5 on Mac OS doesn't support TLS 1.2, which makes twine upload
fail, but we can use system Python 2.7 for twine upload, which works.

Also brings the rest of the Travis CI configuration closer in line to
the rest of the packages updated for
zopefoundation/meta#11
Copy link
Member

@jamadden jamadden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Builds are going green, mac builds just run serially so it takes awhile.

@mgedmin mgedmin merged commit c0b7b6b into master Nov 13, 2019
@mgedmin mgedmin deleted the fix-macos-wheel-upload branch November 13, 2019 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants