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

Update publish-pypi.yml #107

Merged
merged 3 commits into from
Jan 10, 2024

Install setuptools for appveyor

10de341
Select commit
Loading
Failed to load commit list.
Merged

Update publish-pypi.yml #107

Install setuptools for appveyor
10de341
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jan 10, 2024 in 2m 48s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the catchthemonster-patch-1 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has five jobs, running in parallel.

Job Python ENV OS State
245.1 3.8 CIBW_BEFORE_TEST="CC=gcc CXX=g++ python -m pip install pytest cython>=0.20" Linux passed
245.2 3.8 CIBW_BEFORE_TEST="CC=gcc CXX=g++ python -m pip install pytest cython>=0.20" Linux passed
245.3 3.8 CIBW_BEFORE_TEST="CC=gcc CXX=g++ python -m pip install pytest cython>=0.20" Linux passed
245.4 3.8 CIBW_BEFORE_TEST="CC=gcc CXX=g++ python -m pip install pytest cython>=0.20" Linux passed
245.5 3.8 CIBW_BEFORE_TEST="CC=gcc CXX=g++ python -m pip install pytest cython>=0.20" Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "group": "travis_latest",
  "env": [
    "global={:CIBW_BEFORE_TEST=>\"\\\"CC=gcc CXX=g++ python -m pip install pytest cython>=0.20\\\"\"}={:CIBW_TEST=>\"\\\"pytest cpt/tests\\\"\"}={:CIBW_BEFORE_BUILD=>\"\\\"python -m pip install cython>=0.20\\\"\"}"
  ],
  "git": {
    "depth": false
  },
  "cache": {
    "directories": [
      "$HOME/.cache/pip"
    ]
  },
  "jobs": {
    "include": [
      {
        "python": "3.8",
        "os": "linux",
        "arch": "arm64",
        "virt": "vm",
        "env": [
          {
            "CIBW_BUILD": "cp38-manylinux_aarch64"
          }
        ],
        "install": [
          "python3 -m pip install cibuildwheel==2.9.0"
        ],
        "script": [
          "cibuildwheel --output-dir wheelhouse\n./CI/github/build_wheels.sh\nsource CI/upload_wheels.sh\nupload_wheels\n"
        ]
      },
      {
        "python": "3.8",
        "os": "linux",
        "arch": "arm64",
        "virt": "vm",
        "env": [
          {
            "CIBW_BUILD": "cp39-manylinux_aarch64"
          }
        ],
        "install": [
          "python3 -m pip install cibuildwheel==2.11.2"
        ],
        "script": [
          "cibuildwheel --output-dir wheelhouse\n./CI/github/build_wheels.sh\nsource CI/upload_wheels.sh\nupload_wheels\n"
        ]
      },
      {
        "python": "3.8",
        "os": "linux",
        "arch": "arm64",
        "virt": "vm",
        "env": [
          {
            "CIBW_BUILD": "cp310-manylinux_aarch64"
          }
        ],
        "install": [
          "python3 -m pip install cibuildwheel==2.11.2"
        ],
        "script": [
          "cibuildwheel --output-dir wheelhouse\n./CI/github/build_wheels.sh\nsource CI/upload_wheels.sh\nupload_wheels\n"
        ]
      },
      {
        "python": "3.8",
        "os": "linux",
        "arch": "arm64",
        "virt": "vm",
        "env": [
          {
            "CIBW_BUILD": "cp311-manylinux_aarch64"
          }
        ],
        "install": [
          "python3 -m pip install cibuildwheel==2.11.2"
        ],
        "script": [
          "cibuildwheel --output-dir wheelhouse\n./CI/github/build_wheels.sh\nsource CI/upload_wheels.sh\nupload_wheels\n"
        ]
      },
      {
        "python": "3.8",
        "os": "linux",
        "arch": "arm64",
        "virt": "vm",
        "env": [
          {
            "CIBW_BUILD": "cp312-manylinux_aarch64"
          }
        ],
        "install": [
          "python3 -m pip install cibuildwheel==2.16.2"
        ],
        "script": [
          "cibuildwheel --output-dir wheelhouse\n./CI/github/build_wheels.sh\nsource CI/upload_wheels.sh\nupload_wheels"
        ]
      }
    ]
  }
}