Skip to content

Commit

Permalink
fix redundant parameter in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Oct 24, 2024
1 parent 21cca0c commit 58ea283
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/ci/build_and_upload_wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __str__(self) -> str:


def build_and_upload(
bucket: Bucket | None, mode: BuildMode, gcs_dir: str, target: str, compatibility: str, upload_gcs: bool
bucket: Bucket | None, mode: BuildMode, gcs_dir: str, target: str, compatibility: str
) -> None:
if mode is BuildMode.PYPI:
# Only build web viewer when publishing to pypi
Expand Down Expand Up @@ -122,7 +122,6 @@ def main() -> None:
args.dir,
args.target or detect_target(),
args.compat,
args.upload_gcs,
)


Expand Down

0 comments on commit 58ea283

Please sign in to comment.