Skip to content

Commit 5e73e6f

Browse files
committed
cleanup
1 parent bac8041 commit 5e73e6f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test_windows_wheel.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
publish_target:
9-
description: 'Publish destination'
9+
description: 'Publish Destination'
1010
required: true
1111
default: 'testpypi'
1212
type: choice
@@ -38,12 +38,6 @@ jobs:
3838
build_wheels_linux_x64:
3939
needs: compute_matrix
4040
name: Build wheels on ${{ matrix.platform }} (x64) for TestPyPi
41-
# uses: ./.github/workflows/_build_wheel_job.yml
42-
# with:
43-
# runner: ${{ matrix.os }}
44-
# pypi_repository_url: https://test.pypi.org/legacy/
45-
# secrets:
46-
# PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
4741
strategy:
4842
fail-fast: true
4943
max-parallel: 1

0 commit comments

Comments
 (0)