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

Move Mac and manylinux builds to GitHub Actions #157

Closed
10 tasks done
jamadden opened this issue Mar 2, 2021 · 3 comments
Closed
10 tasks done

Move Mac and manylinux builds to GitHub Actions #157

jamadden opened this issue Mar 2, 2021 · 3 comments
Assignees

Comments

@jamadden
Copy link
Member

jamadden commented Mar 2, 2021

As with zopefoundation/zope.interface#225, since Travis CI no longer works this is probably a blocker for any other PRs.

Because of the C extensions this doesn't quite fit our standard model.

I have some github actions YAML from other repos that deal with C extensions and building/uploading Mac/Linux[32-bit, 64-bit, aarch64] wheels that I can bring over as a starting point.

Someone with access to the zope.wheelbuilder account would need to add a repository secret for TWINE_PASSWORD (a token with scoped upload rights to zope.interfacepersistent). (I could create a PyPI token from my personal account, but since we have a dedicated account I'd prefer not to.)

  • Environment that builds docs
  • 32-bit linux build/upload
  • 64-bit linux build/upload
  • aarch64 linux build/upload
  • coveralls
  • mac builds/upload
  • Pure-python tests
  • Compare other settings with existing "pure-python" configurations
  • Update badges
  • Update any docs references
@mgedmin
Copy link
Member

mgedmin commented Mar 3, 2021

Someone with access to the zope.wheelbuilder account would need to add a repository secret for TWINE_PASSWORD (a token with scoped upload rights to zope.interface). (I could create a PyPI token from my personal account, but since we have a dedicated account I'd prefer not to.)

Heh, s/zope.interface/persistent/, but this is now done.

@jamadden
Copy link
Member Author

jamadden commented Mar 4, 2021

Thank you! PR #159 should now be ready to go.

@jamadden
Copy link
Member Author

Closed by #159

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

No branches or pull requests

2 participants