Skip to content

Commit

Permalink
Build and upload all wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Feb 29, 2024
1 parent ef28c4e commit 93c6f5b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
strategy:
matrix:
include:
# - os: ubuntu-20.04
# arch: x86_64
- os: ubuntu-20.04
arch: x86_64
- os: macos-14
arch: arm64
# - os: macos-latest
# arch: x86_64
# - os: windows-latest
# arch: AMD64
- os: macos-latest
arch: x86_64
- os: windows-latest
arch: AMD64



Expand All @@ -30,9 +30,9 @@ jobs:
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/tests"

# - uses: actions/upload-artifact@v3
# with:
# path: ./wheelhouse/*.whl
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

# build_sdist:
# name: Build source distribution
Expand Down

0 comments on commit 93c6f5b

Please sign in to comment.