Skip to content

Commit 3cd18c8

Browse files
committed
Build all the packages again
Done with debugging the trusted publishing workflow, I hope.
1 parent 85371dd commit 3cd18c8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ jobs:
3434
# Python versions in sync with the ones in test.yml.
3535
matrix:
3636
os:
37-
# - "macos-latest"
37+
- "macos-latest"
3838
- "ubuntu-22.04"
39-
# - "windows-2022"
39+
- "windows-2022"
4040
wheel-selector:
41-
# - "cp39"
42-
# - "cp310"
43-
# - "cp311"
41+
- "cp39"
42+
- "cp310"
43+
- "cp311"
4444
- "cp312"
45-
# - "cp313"
46-
# - "pp38"
47-
# - "pp39"
48-
# - "pp310"
45+
- "cp313"
46+
- "pp38"
47+
- "pp39"
48+
- "pp310"
4949

5050
steps:
5151
- name: Check out zfec sources

0 commit comments

Comments
 (0)