Skip to content

Commit

Permalink
[build] Build python3.11 wheel for TAT.py in github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhangxyz committed Oct 9, 2022
1 parent a20c8f4 commit 0a2151d
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,73 +71,80 @@ jobs:
include:
- os: ubuntu-latest
python: 37
bitness: 64
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
cpu_number: 2
- os: ubuntu-latest
python: 38
bitness: 64
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
cpu_number: 2
- os: ubuntu-latest
python: 39
bitness: 64
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
cpu_number: 2
- os: ubuntu-latest
python: 310
bitness: 64
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
cpu_number: 2
- os: ubuntu-latest
python: 311
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
cpu_number: 2

- os: macos-latest
python: 39
bitness: 64
platform_id: macosx_x86_64
mac_arch: x86_64
cpu_number: 3
- os: macos-latest
python: 310
bitness: 64
platform_id: macosx_x86_64
mac_arch: x86_64
cpu_number: 3
- os: macos-latest
python: 311
platform_id: macosx_x86_64
mac_arch: x86_64
cpu_number: 3

- os: macos-latest
python: 39
bitness: 64
platform_id: macosx_arm64
mac_arch: arm64
cpu_number: 3
- os: macos-latest
python: 310
bitness: 64
platform_id: macosx_arm64
mac_arch: arm64
cpu_number: 3
- os: macos-latest
python: 311
platform_id: macosx_arm64
mac_arch: arm64
cpu_number: 3

- os: windows-latest
python: 37
bitness: 64
platform_id: win_amd64
cpu_number: 2
- os: windows-latest
python: 38
bitness: 64
platform_id: win_amd64
cpu_number: 2
- os: windows-latest
python: 39
bitness: 64
platform_id: win_amd64
cpu_number: 2
- os: windows-latest
python: 310
bitness: 64
platform_id: win_amd64
cpu_number: 2
- os: windows-latest
python: 311
platform_id: win_amd64
cpu_number: 2

Expand Down

0 comments on commit 0a2151d

Please sign in to comment.