Skip to content

Commit 606350a

Browse files
authored
bugfix: pypi cibw_build (#97)
1 parent e533a6a commit 606350a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [ubuntu-22.04, macos-13, windows-latest, ubuntu-22.04-arm]
1818
cibw_archs: ["auto64"]
19-
cibw_build: ["cp39", "cp310", "cp311", "cp312", "cp313"]
19+
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
2020

2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)