File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments