Skip to content

Commit

Permalink
chore: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhihenpidehou authored Nov 21, 2024
1 parent b7afa2d commit 8082dc7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/buildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ ubuntu-latest, windows-latest, macos-13, macos-14]
os: [ ubuntu-latest]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
Expand Down Expand Up @@ -141,10 +141,9 @@ jobs:
- uses: actions/download-artifact@v4
with:
# unpacks all CIBW artifacts into dist/
# pattern: cibw-*
pattern: cibw-*
path: dist/
merge-multiple: true
name: release-dists
# - uses: actions/upload-artifact@v3
# with:
# name: my-artifact
Expand Down

0 comments on commit 8082dc7

Please sign in to comment.