We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac8041 commit 5e73e6fCopy full SHA for 5e73e6f
.github/workflows/test_windows_wheel.yml
@@ -6,7 +6,7 @@ on:
6
workflow_dispatch:
7
inputs:
8
publish_target:
9
- description: 'Publish destination'
+ description: 'Publish Destination'
10
required: true
11
default: 'testpypi'
12
type: choice
@@ -38,12 +38,6 @@ jobs:
38
build_wheels_linux_x64:
39
needs: compute_matrix
40
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 }}
47
strategy:
48
fail-fast: true
49
max-parallel: 1
0 commit comments