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

Fix the package versions in the CI-generated wheels #1121

Merged

Commits on Nov 9, 2022

  1. set version id in CICD

    keitherskine committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    a757bb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. broaden env var check

    keitherskine committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ebdaf2d View commit details
    Browse the repository at this point in the history
  2. add build verbosity

    keitherskine committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    081741e View commit details
    Browse the repository at this point in the history
  3. test available env vars

    keitherskine committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    e4b0f49 View commit details
    Browse the repository at this point in the history
  4. test env vars again

    keitherskine committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    a1adefb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cafa37e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. linux wheel filenames must be repaired

    ..or else PyPi will reject them:
    
    Binary wheel 'pyodbc-4.0.35-cp36-cp36m-linux_x86_64.whl' has an unsupported platform tag 'linux_x86_64'
    
    If repairing, must "exclude" all the .so files from the wheel so they don't interfere with any existing installations.
    keitherskine committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    4742e1f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. more comments

    keitherskine committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    c9a6031 View commit details
    Browse the repository at this point in the history