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 1111 max-parallel : 4
1212 fail-fast : false
1313 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
1616 runs-on : ${{ matrix.platform }}
1717
1818 steps :
5555 python -m pip install --upgrade pip
5656 pip install twine
5757 - 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
5959 with :
60- python-versions : ' cp36-cp36m cp37-cp37m cp38-cp38'
60+ python-versions : ' cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 '
6161 build-requirements : ' setuptools cython'
6262 - name : Build and publish wheel
6363 env :
7373 - name : Set up Python
7474 uses : actions/setup-python@v1
7575 with :
76- python-version : ' 3.8 '
76+ python-version : ' 3.10 '
7777 - name : Install dependencies
7878 run : |
7979 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments