We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd62ae commit d754147Copy full SHA for d754147
1 file changed
.github/workflows/build.yml
@@ -45,28 +45,6 @@ jobs:
45
path: wheelhouse/*.whl
46
if-no-files-found: error
47
48
- pure-python-wheel-and-sdist:
49
- name: Build a pure Python wheel and source distribution
50
- runs-on: ubuntu-latest
51
-
52
- steps:
53
- - uses: actions/checkout@v2
54
- with:
55
- # Fetch all tags
56
- fetch-depth: 0
57
58
- - name: Install build dependencies
59
- run: python -m pip install --upgrade build
60
61
- - name: Build
62
- run: python -m build
63
64
- - uses: actions/upload-artifact@v2
65
66
- name: artifacts
67
- path: dist/*
68
- if-no-files-found: error
69
70
binary-wheels-arm:
71
name: Build Linux wheels for ARM
72
runs-on: ubuntu-latest
0 commit comments