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

Convert release pipeline to github actions #50

Merged
merged 35 commits into from
May 22, 2024
Merged

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    affbc2c View commit details
    Browse the repository at this point in the history
  2. Add arm wheel targets

    twizmwazin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1329808 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    3bf40ad View commit details
    Browse the repository at this point in the history
  2. Fix dry run params

    twizmwazin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f89a27a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05367eb View commit details
    Browse the repository at this point in the history
  4. Configure git globally

    twizmwazin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    09914b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a398614 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0de0725 View commit details
    Browse the repository at this point in the history
  7. Setup python in build step

    twizmwazin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7d12016 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9cb9b84 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb3726a View commit details
    Browse the repository at this point in the history
  10. Call vcvars64 on windows

    twizmwazin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d873e56 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Fix syntax

    twizmwazin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3b0a500 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect comparison

    twizmwazin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    87ea1f0 View commit details
    Browse the repository at this point in the history
  3. Quote vcvars64.bat call

    twizmwazin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    11c4b7e View commit details
    Browse the repository at this point in the history
  4. Add a call

    twizmwazin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7fb5e37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77609d0 View commit details
    Browse the repository at this point in the history
  6. Remove release artifact

    twizmwazin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4229be7 View commit details
    Browse the repository at this point in the history
  7. Specify CIBW_ARCHS_*

    twizmwazin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f0707c2 View commit details
    Browse the repository at this point in the history
  8. Add a find

    twizmwazin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fd7c919 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6686a86 View commit details
    Browse the repository at this point in the history
  10. Fix ubuntu wheel path

    twizmwazin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f015a4f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2b42b8e View commit details
    Browse the repository at this point in the history
  12. Specify arch on linux too

    twizmwazin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6ea30b6 View commit details
    Browse the repository at this point in the history
  13. Do [[ instead of [

    twizmwazin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e3f3b53 View commit details
    Browse the repository at this point in the history
  14. Add a sed

    twizmwazin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2a3677f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    b6bd3a2 View commit details
    Browse the repository at this point in the history
  2. Ignore capstone wheel

    twizmwazin committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4c8dcb6 View commit details
    Browse the repository at this point in the history
  3. Publish repos artifact

    twizmwazin committed May 21, 2024
    Configuration menu
    Copy the full SHA
    bfdee6e View commit details
    Browse the repository at this point in the history
  4. Use https for git clones

    twizmwazin committed May 21, 2024
    Configuration menu
    Copy the full SHA
    283359d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8eb9f6f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Fix wheel copying

    twizmwazin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    52d6d2f View commit details
    Browse the repository at this point in the history
  2. Format

    twizmwazin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e1c4e99 View commit details
    Browse the repository at this point in the history
  3. Add debug echo

    twizmwazin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    dac623c View commit details
    Browse the repository at this point in the history
  4. Invert skip logic

    twizmwazin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6eeafe2 View commit details
    Browse the repository at this point in the history