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

Bump pypa/cibuildwheel from 2.20.0 to 2.21.3 #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Bump pypa/cibuildwheel from 2.20.0 to 2.21.3

c6ba242
Select commit
Loading
Failed to load commit list.
Open

Bump pypa/cibuildwheel from 2.20.0 to 2.21.3 #129

Bump pypa/cibuildwheel from 2.20.0 to 2.21.3
c6ba242
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Oct 9, 2024 in 1m 1s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/github_actions/pypa/cibuildwheel-2.21.3 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has four jobs, running in parallel.

Job OS State
233.1 Linux passed
233.2 Linux passed
233.3 Linux passed
233.4 Linux passed

Build Configuration

Build Option Setting
Language C++
Operating System Linux (Focal)
Build Configuration
{
  "language": "cpp",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "arch": [
    "amd64",
    "arm64",
    "ppc64le",
    "s390x"
  ],
  "script": [
    "gcc main.c -o ruapu",
    "./ruapu"
  ]
}