-
Notifications
You must be signed in to change notification settings - Fork 16
fix travis twine and prepare for release #40
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
Conversation
Looks like this failures are caused by a regression in the |
Thanks for following up on this 🙏 Based on the upstream project answer, I guess we could mitigate the issue by installing an older version of wheel if python 2.7 is used ? |
The Python 2.7 issues is resolved now, but there are still some other problems that seem like they're probably unrelated too. I'm looking to see what can be down about those problems. |
71b20ac
to
5d0d6af
Compare
@jcfr Can I get you to take a look at the mac build for Python 3? I'm not sure what's wrong and the error messages are not helping me: |
Perhaps GitHub Actions instead for the Travis build? |
This was fixed in #43, so I've just kept the README changes. |
@jcfr looks like you renamed the file but didn't update where it was getting called, perhaps? |
Good point, I missed that. I will split the commit and address the renaming issue. |
I made some similar changes as were necessary for cmake. I also updated the readme, to link to the correct Travis builds. After merging this PR, could you make a tag to upload a new release to pypi?