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

test and build wheels for Py3.{7,8,9,10} #3298

Merged
merged 50 commits into from
Mar 18, 2022
Merged

test and build wheels for Py3.{7,8,9,10} #3298

merged 50 commits into from
Mar 18, 2022

Commits on Feb 26, 2022

  1. Configuration menu
    Copy the full SHA
    a1b5672 View commit details
    Browse the repository at this point in the history
  2. fix yaml

    mpenkov committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    e715d4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    707042c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ed3da4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b2847b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ea6638 View commit details
    Browse the repository at this point in the history
  7. fix xfail

    mpenkov committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    d10b0cd View commit details
    Browse the repository at this point in the history
  8. more multibuild wizardry

    mpenkov committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    f57d1d6 View commit details
    Browse the repository at this point in the history
  9. override install_run

    mpenkov committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    8b7691a View commit details
    Browse the repository at this point in the history
  10. Revert "override install_run"

    This reverts commit 8b7691a.
    mpenkov committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    ca45cb8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ce47cb8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6fb2f1e View commit details
    Browse the repository at this point in the history
  13. Revert "try to upgrade pip inside the docker container"

    This reverts commit 6fb2f1e.
    mpenkov committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    b77a435 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eedd8ea View commit details
    Browse the repository at this point in the history
  15. replace curl with python call

    mpenkov committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    9efd72b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c369822 View commit details
    Browse the repository at this point in the history
  17. adjust config.sh

    mpenkov committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    fe5625b View commit details
    Browse the repository at this point in the history
  18. urlretrieve script

    mpenkov committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    3eeac90 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. improve urlretrieve.py hack

    mpenkov committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    18dce86 View commit details
    Browse the repository at this point in the history
  2. argh, no f-strings

    mpenkov committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    b16fd0c View commit details
    Browse the repository at this point in the history
  3. upgrade setuptools as well

    mpenkov committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    5dd1d33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    947aef5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3130df View commit details
    Browse the repository at this point in the history
  6. more .egg file removal

    mpenkov committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    3084e96 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e539ec3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ed8566 View commit details
    Browse the repository at this point in the history
  9. update build-wheels.yml

    mpenkov committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    9be3caf View commit details
    Browse the repository at this point in the history
  10. update numpy for py3.10

    mpenkov committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    31ec423 View commit details
    Browse the repository at this point in the history
  11. get rid of morfessor in wheel build

    I don't think we use it anywhere
    mpenkov committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    fdd2f1b View commit details
    Browse the repository at this point in the history
  12. trim TEST_DEPENDS

    mpenkov committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    09c4549 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    299fd7d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    21b5fd9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    acfa0f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. adjust build_wheels workflow

    test wheels in a separate step that gets skipped for Py3.10.
    this is a work-around for a segfault that I cannot reproduce locally.
    mpenkov committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    5fbc7be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c8966b View commit details
    Browse the repository at this point in the history
  3. re-enable all wheel builds

    mpenkov committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    ecbf41c View commit details
    Browse the repository at this point in the history
  4. re-enable all wheel builds

    mpenkov committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    367765f View commit details
    Browse the repository at this point in the history
  5. separate test step for wheels

    mpenkov committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    bd2c276 View commit details
    Browse the repository at this point in the history
  6. fix yaml

    mpenkov committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    06fe0d9 View commit details
    Browse the repository at this point in the history
  7. argh tabs dammit

    mpenkov committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    69b8eba View commit details
    Browse the repository at this point in the history
  8. delete old test step

    mpenkov committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    3cc0365 View commit details
    Browse the repository at this point in the history
  9. fixup

    mpenkov committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    3b6b71f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a2ca7c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    526b37a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9cef296 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. fix testing under Windows

    mpenkov committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    74cb490 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ca0964 View commit details
    Browse the repository at this point in the history
  3. remove unused import

    mpenkov committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    7571885 View commit details
    Browse the repository at this point in the history
  4. make wheel tests simpler

    mpenkov committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    2ca00ae View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

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