File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88concurrency :
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+
1212permissions :
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
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 }}
You can’t perform that action at this time.
0 commit comments