Skip to content

Commit 124dcf5

Browse files
committed
PYTHON-4450 Add check for 3.13 and 3.13t manylinux builds
1 parent 6f2f852 commit 124dcf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dist.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ jobs:
8989
ls wheelhouse/*cp310*.whl
9090
ls wheelhouse/*cp311*.whl
9191
ls wheelhouse/*cp312*.whl
92+
ls wheelhouse/*cp313*.whl
93+
# Free-threading builds:
94+
ls wheelhouse/*cp313t*.whl
9295
9396
- uses: actions/upload-artifact@v4
9497
with:

0 commit comments

Comments
 (0)