File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ name: Adhoc Wheels
33on :
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
1515defaults :
1616 run :
@@ -22,7 +22,6 @@ permissions:
2222 deployments : " write"
2323
2424jobs :
25-
2625 # -----------------------------------------------------------------------------------
2726 # Build rerun-cli (rerun binaries):
2827
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 :
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-
You can’t perform that action at this time.
0 commit comments