From d0cbf718c782c7f91be13db117f84f747eaacb59 Mon Sep 17 00:00:00 2001 From: Berry Schoenmakers Date: Fri, 29 Nov 2024 20:42:19 +0100 Subject: [PATCH] Fix typo publish.yml. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2dbf5b2..9831d72 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse env: - CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*" cp312-*" + CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*" CIBW_SKIP: "pp* *-win_arm64 *-win32" - uses: actions/upload-artifact@v3