Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Nov 5, 2024
1 parent caaa172 commit ae260f6
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/adhoc_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Adhoc Wheels
on:
workflow_dispatch:
inputs:
MODE:
type: choice
required: false
options:
- pypi
- pr
- extra
description: "The build mode (`pypi` includes the web viewer, `pr` does not)"
MODE:
type: choice
required: false
options:
- pypi
- pr
- extra
description: "The build mode (`pypi` includes the web viewer, `pr` does not)"

defaults:
run:
Expand All @@ -22,7 +22,6 @@ permissions:
deployments: "write"

jobs:

# -----------------------------------------------------------------------------------
# Build rerun-cli (rerun binaries):

Expand Down Expand Up @@ -88,7 +87,7 @@ jobs:
CONCURRENCY: adhoc-wheels-linux-x64
PLATFORM: linux-x64
WHEEL_ARTIFACT_NAME: linux-x64-wheel
MODE: ${{ inputs.MODE }}
MODE: ${{ inputs.MODE }}
secrets: inherit

build-wheel-macos-arm64:
Expand All @@ -99,7 +98,7 @@ jobs:
CONCURRENCY: adhoc-wheels-macos-arm64
PLATFORM: macos-arm64
WHEEL_ARTIFACT_NAME: macos-arm64-wheel
MODE: ${{ inputs.MODE }}
MODE: ${{ inputs.MODE }}
secrets: inherit

build-wheel-macos-x64:
Expand All @@ -110,7 +109,7 @@ jobs:
CONCURRENCY: adhoc-wheels-macos-x64
PLATFORM: macos-x64
WHEEL_ARTIFACT_NAME: "macos-x64-wheel"
MODE: ${{ inputs.MODE }}
MODE: ${{ inputs.MODE }}
secrets: inherit

build-wheel-windows-x64:
Expand Down Expand Up @@ -140,4 +139,3 @@ jobs:
with:
CONCURRENCY: adhoc-wheels
secrets: inherit

0 comments on commit ae260f6

Please sign in to comment.