Skip to content

Commit c5b309a

Browse files
committed
fix_wheel_build
1 parent 083cae2 commit c5b309a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Build manylinux2010 Python wheels
13-
uses: RalfG/[email protected].3-manylinux2010_x86_64
13+
uses: RalfG/[email protected].4-manylinux2010_x86_64
1414
with:
1515
pre-build-command: source .github/workflows/wheel-prep.sh
16-
build-requirements: mypy -rrequirements.txt
17-
python-version: cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39
16+
build-requirements: -rrequirements.txt -rmypy_requirements.txt
1817
- name: Build manylinux2014 Python wheels
19-
uses: RalfG/[email protected].3-manylinux2014_x86_64
18+
uses: RalfG/[email protected].4-manylinux2014_x86_64
2019
with:
2120
pre-build-command: source .github/workflows/wheel-prep.sh
22-
build-requirements: mypy -rrequirements.txt
23-
python-version: cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39
21+
build-requirements: -rrequirements.txt -rmypy_requirements.txt
2422
- name: Move audited wheels to new directory
2523
run: mkdir audited_wheels && cp dist/*-manylinux*.whl audited_wheels/
2624
- name: Publish wheels to PyPI

0 commit comments

Comments
 (0)