Skip to content

Commit ae260f6

Browse files
committed
lint
1 parent caaa172 commit ae260f6

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

.github/workflows/adhoc_wheels.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: Adhoc Wheels
33
on:
44
workflow_dispatch:
55
inputs:
6-
MODE:
7-
type: choice
8-
required: false
9-
options:
10-
- pypi
11-
- pr
12-
- extra
13-
description: "The build mode (`pypi` includes the web viewer, `pr` does not)"
6+
MODE:
7+
type: choice
8+
required: false
9+
options:
10+
- pypi
11+
- pr
12+
- extra
13+
description: "The build mode (`pypi` includes the web viewer, `pr` does not)"
1414

1515
defaults:
1616
run:
@@ -22,7 +22,6 @@ permissions:
2222
deployments: "write"
2323

2424
jobs:
25-
2625
# -----------------------------------------------------------------------------------
2726
# Build rerun-cli (rerun binaries):
2827

@@ -88,7 +87,7 @@ jobs:
8887
CONCURRENCY: adhoc-wheels-linux-x64
8988
PLATFORM: linux-x64
9089
WHEEL_ARTIFACT_NAME: linux-x64-wheel
91-
MODE: ${{ inputs.MODE }}
90+
MODE: ${{ inputs.MODE }}
9291
secrets: inherit
9392

9493
build-wheel-macos-arm64:
@@ -99,7 +98,7 @@ jobs:
9998
CONCURRENCY: adhoc-wheels-macos-arm64
10099
PLATFORM: macos-arm64
101100
WHEEL_ARTIFACT_NAME: macos-arm64-wheel
102-
MODE: ${{ inputs.MODE }}
101+
MODE: ${{ inputs.MODE }}
103102
secrets: inherit
104103

105104
build-wheel-macos-x64:
@@ -110,7 +109,7 @@ jobs:
110109
CONCURRENCY: adhoc-wheels-macos-x64
111110
PLATFORM: macos-x64
112111
WHEEL_ARTIFACT_NAME: "macos-x64-wheel"
113-
MODE: ${{ inputs.MODE }}
112+
MODE: ${{ inputs.MODE }}
114113
secrets: inherit
115114

116115
build-wheel-windows-x64:
@@ -140,4 +139,3 @@ jobs:
140139
with:
141140
CONCURRENCY: adhoc-wheels
142141
secrets: inherit
143-

0 commit comments

Comments
 (0)