Skip to content

Commit 295a275

Browse files
committed
Rename CLI wheel for Windows workflow file
1 parent fb5b4dc commit 295a275

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/cli-wheels.yml renamed to .github/workflows/cli-wheels-windows.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
1-
name: Publish CLI wheels
1+
name: Generate CLI wheels for Windows
2+
3+
# this workflow doesn't do (yet) what it promises; we keep this file to not lose the progress
24

35
on:
4-
push:
5-
# tags:
6-
# - "v[0-9]+*"
76
workflow_dispatch:
87

9-
env:
10-
GH_TOKEN: ${{ github.token }}
11-
128
jobs:
13-
wheels-windows:
9+
cli-wheels-windows:
1410
runs-on: windows-latest
1511
strategy:
1612
matrix:
1713
target: [x64]
18-
# if: false defaults:
1914
defaults:
2015
run:
2116
shell: msys2 {0}

0 commit comments

Comments
 (0)