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

Skip 32bit builds

parent 2577a224
No related branches found
No related tags found
1 merge request!10Add pre commit improve tox setup
Pipeline #110602 passed
Pipeline: Python Binary Wheel Package

#110604

    Pipeline: Python Binary Wheel Package

    #110603

      ......@@ -33,7 +33,7 @@ sdist.include = ["src/{{cookiecutter.project_slug}}/_version.py"]
      write_to = "src/{{cookiecutter.project_slug}}/_version.py"
      [tool.cibuildwheel]
      skip = "pp*"
      skip = "*-win32 *-manylinux_i686 pp*"
      build-verbosity = 1
      manylinux-x86_64-image = "manylinux2014"
      manylinux-i686-image = "manylinux2014"
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment