Skip to content

Commit 1a3dd00

Browse files
committed
fixes
1 parent e0c5fe6 commit 1a3dd00

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/build_wheels_macos.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,7 @@ jobs:
294294
test-infra-repository: ${{ inputs.test-infra-repository }}
295295
test-infra-ref: ${{ inputs.test-infra-ref }}
296296
build-matrix: ${{ inputs.build-matrix }}
297-
architecture: ${{ inputs.architecture }}
298297
trigger-event: ${{ inputs.trigger-event }}
299-
upload-to-pypi: ${{ inputs.upload-to-pypi }}
300-
wheel-upload-path: ${{ inputs.wheel-upload-path }}
301-
wheel-nightly-policy: ${{ inputs.wheel-nightly-policy }}
302298
secrets:
303299
R2_ACCOUNT_ID: ${{ secrets.R2_ACCOUNT_ID }}
304300
R2_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}

.github/workflows/build_wheels_windows.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,11 +412,8 @@ jobs:
412412
test-infra-repository: ${{ inputs.test-infra-repository }}
413413
test-infra-ref: ${{ inputs.test-infra-ref }}
414414
build-matrix: ${{ inputs.build-matrix }}
415-
architecture: ${{ inputs.architecture }}
416415
trigger-event: ${{ inputs.trigger-event }}
417-
upload-to-pypi: ${{ inputs.upload-to-pypi }}
418-
wheel-upload-path: ${{ inputs.wheel-upload-path }}
419-
wheel-nightly-policy: ${{ inputs.wheel-nightly-policy }}
416+
architecture: ${{ inputs.architecture }}
420417
secrets:
421418
R2_ACCOUNT_ID: ${{ secrets.R2_ACCOUNT_ID }}
422419
R2_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)