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

Build binary wheels #960

Open
wants to merge 111 commits into
base: master
Choose a base branch
from
Open

Build binary wheels #960

wants to merge 111 commits into from

Commits on Nov 26, 2022

  1. Use cibuildwheel.

    lgautier committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    9025a67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5f5dce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c98a478 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc02278 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    494d347 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0b55ac View commit details
    Browse the repository at this point in the history
  7. Untabify.

    lgautier committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    6f949f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Configuration menu
    Copy the full SHA
    5ab0b65 View commit details
    Browse the repository at this point in the history
  2. Fix indentation.

    lgautier committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    807cca0 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Configuration menu
    Copy the full SHA
    af4b3d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Untabify.

    lgautier committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    d2db82a View commit details
    Browse the repository at this point in the history
  2. Fix job name.

    lgautier committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    3d3fc6c View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Configuration menu
    Copy the full SHA
    6bd104d View commit details
    Browse the repository at this point in the history
  2. Remove condition.

    lgautier committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    8626a0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af5c20a View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Configuration menu
    Copy the full SHA
    68f48b7 View commit details
    Browse the repository at this point in the history
  2. Fix registry name.

    lgautier committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    a756e3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab1abed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    485902a View commit details
    Browse the repository at this point in the history
  5. Fix typo in GHA file.

    lgautier committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    5bdf3ff View commit details
    Browse the repository at this point in the history
  6. Fix typo in GHA repos name.

    lgautier committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    8307983 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7c9157 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Force API mode.

    lgautier committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    b0371e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb87b8c View commit details
    Browse the repository at this point in the history
  3. Untabify.

    lgautier committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    7a50f9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c09bc7a View commit details
    Browse the repository at this point in the history
  5. Untabify.

    lgautier committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    5d2518f View commit details
    Browse the repository at this point in the history
  6. Skip pp builds.

    lgautier committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    27a37d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9996cd4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    897248a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    9cceef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4710617 View commit details
    Browse the repository at this point in the history
  3. Drop i686 on Linux for now.

    The process using cibuildwheel is looking for x86_64 that is can't
    find. This results in a failure.
    lgautier committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    607ab20 View commit details
    Browse the repository at this point in the history
  4. Skip musllinux.

    lgautier committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    6f886ec View commit details
    Browse the repository at this point in the history
  5. Install "build".

    lgautier committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    0330348 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6975e69 View commit details
    Browse the repository at this point in the history
  7. Fix uploads (hopefully).

    lgautier committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    f71df61 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f9983c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    1bbde4e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    a5f2bd7 View commit details
    Browse the repository at this point in the history
  2. Use MacOS 11.

    This is following pypa/cibuildwheel more closely, and will
    hopefully fix the delocate-wheel error.
    lgautier committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    a9ccb3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    405ea23 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    64a045a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    903934a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    71042c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    7335496 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    662c4c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    afeb890 View commit details
    Browse the repository at this point in the history
  2. Update MacOS version.

    lgautier committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    9485b97 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    d2fbd9d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    b05c549 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    09b5bbc View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    512b664 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4acbcca View commit details
    Browse the repository at this point in the history
  3. Update pythonpublish.yml

    lgautier committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    adc66f3 View commit details
    Browse the repository at this point in the history
  4. Update pythonpublish.yml

    lgautier committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    7046776 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    b0e5057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc89e81 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Use cibuildwheel.

    lgautier committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    1ca8428 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0abf11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c9ffad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dad15e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bff2e97 View commit details
    Browse the repository at this point in the history
  6. Untabify.

    lgautier committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    d67d431 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d983d5 View commit details
    Browse the repository at this point in the history
  8. Fix indentation.

    lgautier committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    33b9130 View commit details
    Browse the repository at this point in the history
  9. Untabify.

    lgautier committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    27e6615 View commit details
    Browse the repository at this point in the history
  10. Fix job name.

    lgautier committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    6c71a89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa4df78 View commit details
    Browse the repository at this point in the history
  12. Fix registry name.

    lgautier committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    f343792 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9930a06 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    027ea42 View commit details
    Browse the repository at this point in the history
  15. Fix typo in GHA file.

    lgautier committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9e91939 View commit details
    Browse the repository at this point in the history
  16. Fix typo in GHA repos name.

    lgautier committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    981881b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    62eab15 View commit details
    Browse the repository at this point in the history
  18. Force API mode.

    lgautier committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    973862b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    90eb9d0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7969181 View commit details
    Browse the repository at this point in the history
  21. Untabify.

    lgautier committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    52a8bce View commit details
    Browse the repository at this point in the history
  22. Skip pp builds.

    lgautier committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    84db405 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1dfb586 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e9559eb View commit details
    Browse the repository at this point in the history
  25. Drop i686 on Linux for now.

    The process using cibuildwheel is looking for x86_64 that is can't
    find. This results in a failure.
    lgautier committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    ad1abc4 View commit details
    Browse the repository at this point in the history
  26. Skip musllinux.

    lgautier committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    455aa71 View commit details
    Browse the repository at this point in the history
  27. Install "build".

    lgautier committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    d42bcfd View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Use MacOS 11.

    This is following pypa/cibuildwheel more closely, and will
    hopefully fix the delocate-wheel error.
    lgautier committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    aaa5b85 View commit details
    Browse the repository at this point in the history
  2. Update MacOS version.

    lgautier committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    c8d8286 View commit details
    Browse the repository at this point in the history
  3. Update pythonpublish.yml

    lgautier committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    c1d14cd View commit details
    Browse the repository at this point in the history
  4. Update pythonpublish.yml

    lgautier committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    3e0ac8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0593f07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3698a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46241ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f5da54 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2202f2f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e263d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ee88096 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    c4111ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1f8f25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1762b5 View commit details
    Browse the repository at this point in the history
  4. Skip py3.8 on macos-arm64.

    lgautier committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    c7b5e4f View commit details
    Browse the repository at this point in the history
  5. Try only arm64 on macOS.

    lgautier committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    d2ec870 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    8841c02 View commit details
    Browse the repository at this point in the history
  2. Fix Python version.

    lgautier committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    87f970e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dd2475 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3f157b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c592ea1 View commit details
    Browse the repository at this point in the history
  6. Add pipx to macos-14.

    lgautier committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    4284e65 View commit details
    Browse the repository at this point in the history
  7. Specify python3.

    lgautier committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    ff35f31 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. pipx install only on macos.

    lgautier committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9546a85 View commit details
    Browse the repository at this point in the history
  2. pipx ensurepath.

    lgautier committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    cfa8512 View commit details
    Browse the repository at this point in the history
  3. Specify python3.

    lgautier committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9d17a35 View commit details
    Browse the repository at this point in the history