Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
resolve
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
resolve
Commits
41e0193a
Commit
41e0193a
authored
2 years ago
by
Philipp Arras
Browse files
Options
Downloads
Patches
Plain Diff
Delete github stuff again
parent
0380857d
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!36
Pypi
Pipeline
#144650
passed
2 years ago
Stage: build_docker
Stage: testing
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/wheels_cross_64bit.yml
+0
-30
0 additions, 30 deletions
.github/workflows/wheels_cross_64bit.yml
.github/workflows/wheels_native_64bit.yml
+0
-30
0 additions, 30 deletions
.github/workflows/wheels_native_64bit.yml
with
0 additions
and
60 deletions
.github/workflows/wheels_cross_64bit.yml
deleted
100644 → 0
+
0
−
30
View file @
0380857d
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
This diff is collapsed.
Click to expand it.
.github/workflows/wheels_native_64bit.yml
deleted
100644 → 0
+
0
−
30
View file @
0380857d
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment