@@ -44,25 +44,21 @@ jobs:
4444 # To switch on windows-2022/latest, please verify the bazel version:
4545 # https://github.com/bazelbuild/bazel/issues/14232#issuecomment-1011247429
4646 os : ['macos-12', 'windows-2019', 'ubuntu-20.04']
47- py-version : ['3.8', '3. 9', '3.10', '3.11']
48- tf-version : ['2.11 .1', '2.12 .0', '2.13 .0']
47+ py-version : ['3.9', '3.10', '3.11']
48+ tf-version : ['2.12 .1', '2.13 .0', '2.14 .0']
4949 cpu : ['x86']
5050 include :
5151 - os : ' macos-12'
5252 cpu : ' arm64'
53- tf-version : ' 2.13.0'
54- py-version : ' 3.8'
55- - os : ' macos-12'
56- cpu : ' arm64'
57- tf-version : ' 2.13.0'
53+ tf-version : ' 2.14.0'
5854 py-version : ' 3.9'
5955 - os : ' macos-12'
6056 cpu : ' arm64'
61- tf-version : ' 2.13 .0'
57+ tf-version : ' 2.14 .0'
6258 py-version : ' 3.10'
6359 - os : ' macos-12'
6460 cpu : ' arm64'
65- tf-version : ' 2.13 .0'
61+ tf-version : ' 2.14 .0'
6662 py-version : ' 3.11'
6763 fail-fast : false
6864 steps :
7369 script : |
7470 const commit_details = await github.git.getCommit({owner: context.repo.owner, repo: context.repo.repo, commit_sha: context.sha});
7571 return commit_details.data.author.date
76- - if : matrix.tf-version != '2.13 .0'
72+ - if : matrix.tf-version != '2.14 .0'
7773 shell : bash
7874 run : echo "SKIP_CUSTOM_OP_TESTS=--skip-custom-ops" >> $GITHUB_ENV
7975 - if : github.event_name == 'push'
8783 name : Setup Bazel
8884 # Ubuntu bazel is run inside of the docker image
8985 run : bash tools/install_deps/install_bazelisk.sh ./
90- - if : matrix.py-version != '3.11' || matrix.tf-version == '2.12.0' || matrix.tf-version == '2.13.0'
91- name : Build wheels
86+ - name : Build wheels
9287 env :
9388 OS : ${{ runner.os }}
9489 PY_VERSION : ${{ matrix.py-version }}
9792 CPU : ${{ matrix.cpu }}
9893 shell : bash
9994 run : bash .github/workflows/make_wheel_${OS}_${CPU}.sh
100- - if : matrix.py-version != '3.11' || matrix.tf-version == '2.12.0' || matrix.tf-version == '2.13.0'
101- uses : actions/upload-artifact@v1
95+ - uses : actions/upload-artifact@v1
10296 with :
10397 name : ${{ runner.os }}-${{ matrix.py-version }}-tf${{ matrix.tf-version }}-${{ matrix.cpu }}-wheel
10498 path : wheelhouse
@@ -109,25 +103,21 @@ jobs:
109103 strategy :
110104 matrix :
111105 os : ['macOS', 'Windows', 'Linux']
112- py-version : ['3.8', '3. 9', '3.10', '3.11']
113- tf-version : ['2.13 .0']
106+ py-version : ['3.9', '3.10', '3.11']
107+ tf-version : ['2.14 .0']
114108 cpu : ['x86']
115109 include :
116110 - os : ' macOS'
117111 cpu : ' arm64'
118- tf-version : ' 2.13.0'
119- py-version : ' 3.8'
120- - os : ' macOS'
121- cpu : ' arm64'
122- tf-version : ' 2.13.0'
112+ tf-version : ' 2.14.0'
123113 py-version : ' 3.9'
124114 - os : ' macOS'
125115 cpu : ' arm64'
126- tf-version : ' 2.13 .0'
116+ tf-version : ' 2.14 .0'
127117 py-version : ' 3.10'
128118 - os : ' macOS'
129119 cpu : ' arm64'
130- tf-version : ' 2.13 .0'
120+ tf-version : ' 2.14 .0'
131121 py-version : ' 3.11'
132122 fail-fast : false
133123 if : (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'release'
0 commit comments