Skip to content

Commit 1c66f55

Browse files
committed
Temporary disable all workflows except wheels
1 parent 8d98ff2 commit 1c66f55

File tree

5 files changed

+5
-189
lines changed

5 files changed

+5
-189
lines changed

.github/workflows/linuxbrew.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/macosx.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/manylinux.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/workflows/sdist.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ line-ending = "lf"
9090

9191
[tool.cibuildwheel]
9292
build = [
93-
"cp39-*",
94-
"cp310-*",
95-
"cp311-*",
96-
"cp312-*",
97-
"cp313-*",
93+
# "cp39-*",
94+
# "cp310-*",
95+
# "cp311-*",
96+
# "cp312-*",
97+
# "cp313-*",
9898
"cp314-*"
9999
]
100100
build-verbosity = 1

0 commit comments

Comments
 (0)