File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
max-parallel : 4
12
12
fail-fast : false
13
13
matrix :
14
- python-version : [3.7, 3.8, 3.9]
15
- platform : [macos-latest, windows-latest] # No wheels on linux yet
14
+ python-version : [3.7, 3.8, 3.9, 3.10 ]
15
+ platform : [macos-latest, windows-latest] # Wheels on linux below
16
16
runs-on : ${{ matrix.platform }}
17
17
18
18
steps :
55
55
python -m pip install --upgrade pip
56
56
pip install twine
57
57
- name : Python wheels manylinux build
58
- uses : RalfG/python-wheels-manylinux-build@v0.3.4
58
+ uses : RalfG/python-wheels-manylinux-build@v0.4.0
59
59
with :
60
- python-versions : ' cp36-cp36m cp37-cp37m cp38-cp38'
60
+ python-versions : ' cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 '
61
61
build-requirements : ' setuptools cython'
62
62
- name : Build and publish wheel
63
63
env :
73
73
- name : Set up Python
74
74
uses : actions/setup-python@v1
75
75
with :
76
- python-version : ' 3.8 '
76
+ python-version : ' 3.10 '
77
77
- name : Install dependencies
78
78
run : |
79
79
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments