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 fb5b4dc commit 295a275Copy full SHA for 295a275
.github/workflows/cli-wheels.yml renamed to .github/workflows/cli-wheels-windows.yml
@@ -1,21 +1,16 @@
1
-name: Publish CLI wheels
+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
4
5
on:
- push:
- # tags:
6
- # - "v[0-9]+*"
7
workflow_dispatch:
8
9
-env:
10
- GH_TOKEN: ${{ github.token }}
11
-
12
jobs:
13
- wheels-windows:
+ cli-wheels-windows:
14
runs-on: windows-latest
15
strategy:
16
matrix:
17
target: [x64]
18
- # if: false defaults:
19
defaults:
20
run:
21
shell: msys2 {0}
0 commit comments