Skip to content
Snippets Groups Projects
Commit 41e0193a authored by Philipp Arras's avatar Philipp Arras
Browse files

Delete github stuff again

parent 0380857d
Branches
Tags
1 merge request!36Pypi
Pipeline #144650 passed
name: wheels_cross_64bit
on: [push]
jobs:
build-wheels:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-10.15]
steps:
- uses: actions/checkout@v2
with:
submodules: "recursive"
- uses: actions/setup-python@v2
- run: python -m pip install --user --upgrade cibuildwheel
- run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ARCHS_MACOS: arm64
CIBW_SKIP: "{cp36-*,pp*,*-musllinux_*}"
CIBW_ENVIRONMENT: DUCC0_OPTIMIZATION=portable
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
CIBW_MANYLINUX_PPC64LE_IMAGE: manylinux2014
CIBW_MANYLINUX_S390X_IMAGE: manylinux2014
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: manylinux2014
CIBW_MANYLINUX_PYPY_I686_IMAGE: manylinux2014
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl
name: wheels_native_64bit
on: [push]
jobs:
build-wheels:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macOS-10.15]
steps:
- uses: actions/checkout@v2
with:
submodules: "recursive"
- uses: actions/setup-python@v2
- run: python -m pip install --user --upgrade cibuildwheel
- run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ARCHS: auto64
CIBW_SKIP: "{cp36-*,pp*,*-musllinux_*}"
CIBW_ENVIRONMENT: DUCC0_OPTIMIZATION=portable
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
CIBW_MANYLINUX_PPC64LE_IMAGE: manylinux2014
CIBW_MANYLINUX_S390X_IMAGE: manylinux2014
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: manylinux2014
CIBW_MANYLINUX_PYPY_I686_IMAGE: manylinux2014
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment