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

Enable universal wheel build on CI #883

Closed
wants to merge 4 commits into from

Commits on Dec 27, 2023

  1. Fix issue in MULTIDICT_NO_EXTENSIONS handling

    Previously providing values 0 and 1 had the same result: extensions
    were disabled. Fix this so that MULTIDICT_NO_EXTENSIONS=0 leads to
    enabled extensions.
    
    Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
    jku authored and webknjaz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    d2eb136 View commit details
    Browse the repository at this point in the history
  2. ci-cd: Enable building a pure Python wheel

    The build system already supports this, the CD job just needs to
    do one build with MULTIDICT_NO_EXTENSIONS=1
    
    Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
    jku authored and webknjaz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    47d6345 View commit details
    Browse the repository at this point in the history
  3. CHANGES.rst: Update URL

    Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
    jku authored and webknjaz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    8226019 View commit details
    Browse the repository at this point in the history
  4. Add NEWS entry for 881

    Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
    jku authored and webknjaz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    8e244e2 View commit details
    Browse the repository at this point in the history