From 7a8709ce8311b3f5d33df8db2c14cb40330de87e Mon Sep 17 00:00:00 2001 From: Sameeul B Samee Date: Thu, 22 May 2025 16:08:13 -0400 Subject: [PATCH] bugfix: pypi cibw_build --- .github/workflows/publish_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 5632872..585f395 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -16,7 +16,7 @@ jobs: matrix: os: [ubuntu-22.04, macos-13, windows-latest, ubuntu-22.04-arm] cibw_archs: ["auto64"] - cibw_build: ["cp39", "cp310", "cp311", "cp312", "cp313"] + cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"] steps: - uses: actions/checkout@v3