We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6658bcc commit 4ae8668Copy full SHA for 4ae8668
.github/workflows/ci.yml
@@ -372,7 +372,7 @@ jobs:
372
runs-on: ${{ matrix.os }}
373
strategy:
374
matrix:
375
- os: [windows-latest,windows-11-arm]
+ os: [windows-latest, windows-11-arm]
376
steps:
377
- uses: actions/setup-python@v5
378
with:
.github/workflows/create_release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
- os: [macos-latest, windows-latest,windows-11-arm]
+ os: [macos-latest, windows-latest, windows-11-arm]
20
defaults:
21
run:
22
shell: bash
@@ -61,7 +61,7 @@ jobs:
61
62
- name: strip
63
run: find out*/install/ -type f -perm -u=x -exec strip -x {} +
64
- if: ${{ !startsWith(matrix.os, 'windows') }}
+ if: !startsWith(matrix.os, 'windows')
65
66
- name: archive
67
id: archive
0 commit comments