Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Jun 24, 2024
1 parent 363c827 commit d9b7209
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/
name: ${{ matrix.python[0] }}-${{ matrix.os[1] }}
# name: ${{ matrix.python[0] }}-${{ matrix.os[1] }}

build-wheels-m1:
name: Build wheels on Arm M1 with Python ${{ matrix.python[0] }}
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse
name: ${{ matrix.python[0] }}-arm
# name: ${{ matrix.python[0] }}-arm

# Build the source distribution under Linux
build_sdist:
Expand All @@ -151,15 +151,10 @@ jobs:
pip install .[build]
python -m build --sdist
- name: Store artifacts
uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz

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

merge-wheels:
name: Merge all wheels into one directory
Expand All @@ -171,7 +166,7 @@ jobs:
path: all
- name: List all files
run: |
ls -a
ls all/**
- name: Merge files
run: |
mkdir dist
Expand Down

0 comments on commit d9b7209

Please sign in to comment.