Skip to content

Commit 54b105e

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

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
# │ │ │ │ │
1313
- cron: "42 3 * * 4"
1414
push:
15-
pull_request:
15+
# pull_request:
1616
workflow_dispatch:
1717

1818
concurrency:

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)