Skip to content

Commit 793d7d7

Browse files
release 2.0.0
1 parent a40fa4e commit 793d7d7

File tree

1 file changed

+1
-41
lines changed

1 file changed

+1
-41
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -6,46 +6,6 @@ on:
66
- master
77

88
jobs:
9-
build_wheels:
10-
name: Build wheels on ${{ matrix.os }}
11-
runs-on: ${{ matrix.os }}
12-
env:
13-
CIBW_PYPY_VERSION: "7.3.10*"
14-
strategy:
15-
matrix:
16-
os: [ubuntu-20.04, windows-2019, macos-11]
17-
steps:
18-
- name: GitHub Checkout
19-
uses: actions/checkout@v4
20-
21-
- name: Upgrade pip
22-
run: python -m pip install --upgrade pip
23-
24-
- name: Set up Environment
25-
run: echo "CIBW_SKIP=pp36-* pp37-*" >> $GITHUB_ENV
26-
27-
- name: Check ENV
28-
if: matrix.os == 'ubuntu-20.04'
29-
run: echo $PATH
30-
31-
- name: Build wheels Linux
32-
if: matrix.os == 'ubuntu-20.04'
33-
uses: pypa/[email protected]
34-
env:
35-
CIBW_BEFORE_ALL: "bash dev/tools/github/install_rust.sh"
36-
37-
- name: Build wheels Mac
38-
if: matrix.os == 'macos-11'
39-
uses: pypa/[email protected]
40-
41-
- name: Build wheels Windows
42-
if: matrix.os == 'windows-2019'
43-
uses: pypa/[email protected]
44-
45-
- name: Upload Artifacts
46-
uses: actions/upload-artifact@v3
47-
with:
48-
path: ./wheelhouse/*.whl
499

5010
build_sdist:
5111
name: Build source distribution
@@ -63,7 +23,7 @@ jobs:
6323
path: dist/*.tar.gz
6424

6525
Release:
66-
needs: [build_wheels, build_sdist]
26+
needs: [build_sdist]
6727
runs-on: ubuntu-latest
6828
environment: pypi
6929
permissions:

0 commit comments

Comments
 (0)