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

Refactor GitHub Actions workflows, get wheels ready, cross-compile macOS wheels #14

Merged
merged 27 commits into from
Jan 5, 2024

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    1f2b597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcdaf9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0a2ea4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f7b22f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f803a5f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    e25736e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1731f50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1152a72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67f4197 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8060169 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bb7a58 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64e74a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb67137 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c8e00a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c68392c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    24108e6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b3d72d0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    05543b0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6c85d5e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bcad937 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4b386d3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6856f62 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    aa4562c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2ea5288 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a35946d View commit details
    Browse the repository at this point in the history
  21. 🐛 Resolve bug with incorrect platform specification

    The platform specification detection on macOS with Python 3.12 is wrong on GitHub Actions runners since universal Python implementations are being installed. #13 took care of this, but it should be worth adding this note as well here.
    agriyakhetarpal committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    634d7eb View commit details
    Browse the repository at this point in the history
  22. 🐛 Resolve bug due to which python -m build did not work

    The command `python -m build`, if not specified with `--wheel` or `--sdist`, builds both a source distribution and a binary distribution, and the latter is built with the code from the former. It should therefore be necessary to include the correct paths for the source distrbution via MANIFEST.in
    agriyakhetarpal committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e980b94 View commit details
    Browse the repository at this point in the history