Skip to content

Commit

Permalink
chore: test build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhihenpidehou committed Apr 8, 2024
1 parent dcd656e commit 4cea4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-cibuildwheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3,12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}

- uses: actions/setup-python@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.15.0
run: python -m pip install cibuildwheel==2.17.0

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 4cea4cf

Please sign in to comment.