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

Add GitHub action to build wheels with cibuildwheel #8

Merged
merged 71 commits into from
Mar 15, 2023

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    ec442d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb3016f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    217b507 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    78761c8 View commit details
    Browse the repository at this point in the history
  2. Use python3.9 instead

    finsberg committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    34ab16e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16856f6 View commit details
    Browse the repository at this point in the history
  4. Only use cibw.build

    finsberg committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    2e14f1c View commit details
    Browse the repository at this point in the history
  5. Specify arch

    finsberg committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    c3c6330 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b977fb View commit details
    Browse the repository at this point in the history
  7. Fix typo

    finsberg committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    6f9cf09 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3877a34 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20810d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ae239c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    ad31b6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54080a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Turn off auditwheel for now

    finsberg committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    7a84846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3fa8c9 View commit details
    Browse the repository at this point in the history
  3. Setup QEMU on linux

    finsberg committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    5b94869 View commit details
    Browse the repository at this point in the history
  4. Use CIBW_ARCHS_WINDOWS

    finsberg committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    622462d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Set timeout minutes to 600

    finsberg committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    0d6baa5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

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

Commits on Feb 3, 2023

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

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    77369b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5203fc View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    a200b9f View commit details
    Browse the repository at this point in the history
  2. Use python3 -m

    finsberg committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    3da31ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b9b944 View commit details
    Browse the repository at this point in the history
  4. Update before-all command

    finsberg committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f9df96e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    072a6ad View commit details
    Browse the repository at this point in the history
  6. Use virtual environment

    finsberg committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    3126267 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e06c60e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c173fd View commit details
    Browse the repository at this point in the history
  9. Add path to checkout

    finsberg committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b69bac9 View commit details
    Browse the repository at this point in the history
  10. Try with 'cd cling' again

    finsberg committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5c33084 View commit details
    Browse the repository at this point in the history
  11. Move back to path

    finsberg committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    3881a55 View commit details
    Browse the repository at this point in the history
  12. Add ls + pwd

    finsberg committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    3ea620b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    382aab6 View commit details
    Browse the repository at this point in the history
  2. Remove checkout path#

    finsberg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    26f33ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cfec39 View commit details
    Browse the repository at this point in the history
  4. Use clang instead

    finsberg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    1b03175 View commit details
    Browse the repository at this point in the history
  5. Try to use a different image

    finsberg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    4fab1bd View commit details
    Browse the repository at this point in the history
  6. Try to install clang

    finsberg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    ab28585 View commit details
    Browse the repository at this point in the history
  7. Try to use clang-12 instead

    finsberg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    2fa7269 View commit details
    Browse the repository at this point in the history
  8. Try to just update libc++

    finsberg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    9874e0b View commit details
    Browse the repository at this point in the history
  9. Skip update

    finsberg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    5372ddb View commit details
    Browse the repository at this point in the history
  10. Try to set c++20 std

    finsberg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    89527c2 View commit details
    Browse the repository at this point in the history
  11. Try to upgrade c++ compiler

    finsberg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    533754b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    be35e39 View commit details
    Browse the repository at this point in the history
  13. Use more resources

    finsberg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    6accdf6 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Force stdcxx=20

    finsberg committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    0e2bb10 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    bf2de7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99cd8aa View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    6e81952 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dae2d91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9095eca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efb2a99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1065402 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    230004e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc809b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e88e52f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    131b39d View commit details
    Browse the repository at this point in the history
  2. Use python 3.10

    finsberg committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    63ef783 View commit details
    Browse the repository at this point in the history
  3. Add secret token

    finsberg committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    b842d88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7dc068 View commit details
    Browse the repository at this point in the history
  5. Add missing curly braces

    finsberg committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    560773a View commit details
    Browse the repository at this point in the history
  6. Rename job-id to job-number

    finsberg committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    9868c98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    561c66f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    40a7af6 View commit details
    Browse the repository at this point in the history
  9. Try with outputs again

    finsberg committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    ccf4941 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b406bf8 View commit details
    Browse the repository at this point in the history
  11. Remove extra right paren

    finsberg committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a424091 View commit details
    Browse the repository at this point in the history