Skip to content

Commit

Permalink
Update cibuildwheel workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rathaROG committed Jul 18, 2023
1 parent 9311255 commit c1425df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cibuildwheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
env:
# Build only CPython [3.7-3.11] on all platforms
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-*"
CIBW_ARCHS_WINDOWS: "AMD64"
CIBW_ARCHS_LINUX: "x86_64"
CIBW_ARCHS_MACOS: "x86_64 universal2"
- uses: actions/upload-artifact@v3
with:
name: dist-wheels-all
Expand Down

0 comments on commit c1425df

Please sign in to comment.