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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ci build wheel to build more wheels #76

Merged
merged 14 commits into from
May 16, 2021

Commits on May 2, 2021

  1. Configuration menu
    Copy the full SHA
    988eeee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a678ca1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e5c3d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b0bc41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14584f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c447d34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d330a2 View commit details
    Browse the repository at this point in the history
  8. Removed python-test.yml and renamed python-publish.yml to tests.yml

    To get the coverage upload on linux to work properly there were some 'hacks' needed since the linux build and tests run inside docker.
    Those hack are:
    - temporary renaming kernprof.py so tests only use the installed one
    - replacing the file paths inside the .coverage files, so they will be valid in the host environment (needed for coverage combine)
    - copying the .coverage file to the wheel output directory, so they are available on the host
    s-weigand committed May 2, 2021
    Configuration menu
    Copy the full SHA
    1467e51 View commit details
    Browse the repository at this point in the history
  9. Moved python-sdist-test.yml code to tests.yml

    Since  the  sdist test is manly to ensure that all needed files are included in the sdist, IMHO it is enought to hest it with one python version, since the coplebility test is done by the wheel tests.
    s-weigand committed May 2, 2021
    Configuration menu
    Copy the full SHA
    b4900c1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e6202c8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    435a151 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b587f5d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

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