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

Commits on Nov 12, 2019

  1. Fix Python 3.5 MacOS wheel upload

    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
    mgedmin committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    3236f03 View commit details
    Browse the repository at this point in the history