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.
33
44name : Build and upload wheels
55
@@ -27,12 +27,12 @@ jobs:
2727 python-version : ["3.6", "3.7", "3.8", "3.9"]
2828 os : [ubuntu-latest, macos-latest]
2929 platform : [x64, x32]
30+ MB_ML_VER : [1,2010,2014]
3031# test on a single platform, python version
3132# python-version: ["3.8"]
3233# os: [ubuntu-latest, macos-latest]
3334# platform: [x64]
3435# MB_ML_VER: 2014
35- MB_ML_VER : [1,2010,2014]
3636 exclude :
3737 - os : macos-latest
3838 platform : x32
You can’t perform that action at this time.
0 commit comments