Skip to content

Commit

Permalink
[ESI][Runtime] Publish Windows wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
teqdruid committed May 18, 2024
1 parent f0bd31e commit 807ad75
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/esiRuntimePublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,16 @@ jobs:
cibw_build: cp311-manylinux_x86_64
- os: ubuntu-20.04
cibw_build: cp312-manylinux_x86_64
#- os: ubuntu-20.04
# cibw_build: cp313-manylinux_x86_64
- os: windows-2022
cibw_build: cp38-win_amd64
- os: windows-2022
cibw_build: cp39-win_amd64
- os: windows-2022
cibw_build: cp310-win_amd64
- os: windows-2022
cibw_build: cp311-win_amd64
- os: windows-2022
cibw_build: cp312-win_amd64

steps:
- name: Get CIRCT
Expand Down

0 comments on commit 807ad75

Please sign in to comment.