File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2
- # For more information see: https://help.github.com/actions/language-and-framework-guides/using- python-with-github-actions
1
+ # This workflow will install Python dependencies, run tests and build
2
+ # manylinux wheels for a variety of python versions and architectures.
3
3
4
4
name : Build and upload wheels
5
5
@@ -27,12 +27,12 @@ jobs:
27
27
python-version : ["3.6", "3.7", "3.8", "3.9"]
28
28
os : [ubuntu-latest, macos-latest]
29
29
platform : [x64, x32]
30
+ MB_ML_VER : [1,2010,2014]
30
31
# test on a single platform, python version
31
32
# python-version: ["3.8"]
32
33
# os: [ubuntu-latest, macos-latest]
33
34
# platform: [x64]
34
35
# MB_ML_VER: 2014
35
- MB_ML_VER : [1,2010,2014]
36
36
exclude :
37
37
- os : macos-latest
38
38
platform : x32
You can’t perform that action at this time.
0 commit comments