Skip to content

Commit

Permalink
Rename CLI wheel for Windows workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jun 29, 2024
1 parent fb5b4dc commit 295a275
Showing 1 changed file with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
name: Publish CLI wheels
name: Generate CLI wheels for Windows

# this workflow doesn't do (yet) what it promises; we keep this file to not lose the progress

on:
push:
# tags:
# - "v[0-9]+*"
workflow_dispatch:

env:
GH_TOKEN: ${{ github.token }}

jobs:
wheels-windows:
cli-wheels-windows:
runs-on: windows-latest
strategy:
matrix:
target: [x64]
# if: false defaults:
defaults:
run:
shell: msys2 {0}
Expand Down

0 comments on commit 295a275

Please sign in to comment.