We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e533a6a commit 606350aCopy full SHA for 606350a
.github/workflows/publish_pypi.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
os: [ubuntu-22.04, macos-13, windows-latest, ubuntu-22.04-arm]
18
cibw_archs: ["auto64"]
19
- cibw_build: ["cp39", "cp310", "cp311", "cp312", "cp313"]
+ cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
20
21
steps:
22
- uses: actions/checkout@v3
0 commit comments