Skip to content

Commit 4f75539

Browse files
committed
[PyCDE] Publishing for Python 3.13 and upgrade runner
- Adding Python 3.13 variant - Fix workflow by moving wheel upload to 24.04
1 parent d570ea5 commit 4f75539

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pycdePublish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- cp310-manylinux_x86_64
3232
- cp311-manylinux_x86_64
3333
- cp312-manylinux_x86_64
34+
- cp313-manylinux_x86_64
3435
steps:
3536
- name: Get CIRCT (no submodules)
3637
uses: actions/checkout@v4
@@ -104,6 +105,7 @@ jobs:
104105
- cp310-win_amd64
105106
- cp311-win_amd64
106107
- cp312-win_amd64
108+
- cp313-win_amd64
107109
steps:
108110
# Since we don't use docker on Windows, we need to install the dependencies.
109111
- name: Build additional c++ deps
@@ -163,7 +165,7 @@ jobs:
163165

164166
push_wheels:
165167
name: Push wheels (Tag or Weekly)
166-
runs-on: ubuntu-20.04
168+
runs-on: ubuntu-24.04
167169
if: github.repository == 'llvm/circt' && ( github.ref == 'refs/heads/main' || github.ref_type == 'tag' )
168170
needs:
169171
- build-linux

0 commit comments

Comments
 (0)