Update publish-pypi.yml #107
+36
−3
Merged
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"
]
}
]
}
}
Loading