Skip to content

Commit

Permalink
ci: rename wheel to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dwpeng committed Jan 6, 2025
1 parent 877c02a commit 6634e16
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: wheels
name: ci

on:
push:
Expand Down Expand Up @@ -48,26 +48,3 @@ jobs:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_MANYLINUX_*_IMAGE: ${{ matrix.manylinux-image }}
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.manylinux-image }}

build-wheels-windows:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Build wheels
run: |
Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
xmake f -m release
xmake p -y
pip wheel . -w wheelhouse

0 comments on commit 6634e16

Please sign in to comment.