Skip to content

Commit

Permalink
Move wheels
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Oct 12, 2023
1 parent 4cab0c4 commit fbdbc20
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# - [macos-12, macosx_*, arm64]
- [windows-2019, win, AMD64]

python: [["cp39", "3.9"], ["cp310", "3.10"], ["cp311", "3.11.0-alpha - 3.11.0"]]
python: [["cp39", "3.9"], ["cp310", "3.10"], ["cp311", "3.11"]]
# python[0] is used to specify the python versions made by cibuildwheel

env:
Expand Down Expand Up @@ -89,7 +89,8 @@ jobs:

- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/
# path: ./wheelhouse/
path: dist
name: ${{ matrix.python[0] }}-${{ matrix.os[1] }}

build-wheels-m1:
Expand Down Expand Up @@ -127,7 +128,8 @@ jobs:

- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse
# path: ./wheelhouse
path: dist
name: ${{ matrix.python[0] }}-arm

# Build the source distribution under Linux
Expand Down

0 comments on commit fbdbc20

Please sign in to comment.