Skip to content
Snippets Groups Projects
Commit e97db211 authored by Corné Lukken's avatar Corné Lukken
Browse files

Override manylinux choice because ci runner makes bad decisons

parent dd0a7864
No related branches found
No related tags found
1 merge request!10Add pre commit improve tox setup
Pipeline #110581 failed
Pipeline: Python Binary Wheel Package

#110586

    Pipeline: Python Binary Wheel Package

    #110582

      This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
      ...@@ -35,6 +35,14 @@ write_to = "src/{{cookiecutter.project_slug}}/_version.py" ...@@ -35,6 +35,14 @@ write_to = "src/{{cookiecutter.project_slug}}/_version.py"
      [tool.cibuildwheel] [tool.cibuildwheel]
      skip = "pp*" skip = "pp*"
      build-verbosity = 1 build-verbosity = 1
      manylinux-x86_64-image = "manylinux2014"
      manylinux-i686-image = "manylinux2014"
      # Before Python 3.10, manylinux2010 is the most compatible
      [[tool.cibuildwheel.overrides]]
      select = "cp3?-*"
      manylinux-x86_64-image = "manylinux2010"
      manylinux-i686-image = "manylinux2010"
      [tool.cibuildwheel.macos] [tool.cibuildwheel.macos]
      archs = ["x86_64", "universal2", "arm64"] archs = ["x86_64", "universal2", "arm64"]
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment