Skip to content

Commit b1e259c

Browse files
committed
run smoke test
1 parent 097e2e8 commit b1e259c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_windows_wheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
1010
cancel-in-progress: true
11-
11+
1212
permissions:
1313
contents: read
1414

@@ -26,10 +26,10 @@ jobs:
2626
max-parallel: 1
2727
matrix:
2828
include:
29-
- platform: windows-2022
30-
- platform: windows-2025
3129
- platform: windows-amd
3230
- platform: windows-g9i
31+
- platform: windows-2022
32+
- platform: windows-2025
3333

3434
runs-on: ${{ matrix.platform }}
3535

@@ -68,7 +68,7 @@ jobs:
6868
twine upload --skip-existing --verbose wheelhouse/*.whl
6969
7070
- name: Smoke test from PyPI
71-
if: success() && github.event_name == 'workflow_dispatch'
71+
if: success()
7272
shell: bash
7373
env:
7474
PYPI_REPOSITORY_URL: ${{ inputs.pypi_repository_url }}

0 commit comments

Comments
 (0)