Skip to content

Commit e5e1c91

Browse files
authored
ci: fix build release actions [backport 2.0] (#6984)
1 parent 37ff412 commit e5e1c91

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Build sdist
7373
run: |
74-
pip install 'cython<3'
74+
pip install cython
7575
python setup.py sdist
7676
- uses: actions/upload-artifact@v3
7777
with:
@@ -109,7 +109,6 @@ jobs:
109109

110110
upload_pypi:
111111
needs:
112-
- build_wheels_py36
113112
- build_wheels_py37
114113
- build_wheels_py38
115114
- build_wheels_py39

.github/workflows/build_python_3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Python 3.6+
1+
name: Build Python 3
22

33
on:
44
workflow_call:
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
platforms: all
4646

47-
- name: Build wheels python 3.6 and above
47+
- name: Build wheels
4848
uses: pypa/[email protected]
4949
env:
5050
# configure cibuildwheel to build native archs ('auto'), and some

0 commit comments

Comments
 (0)