Skip to content

Commit

Permalink
Update configs for artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimes committed Dec 23, 2023
1 parent fb035c5 commit bd9d869
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
CIBW_TEST_SKIP: '*-win_arm64 *-macosx_arm64'
- uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}
path: ./wheelhouse/*.whl
build_sdist:
name: Build a source distribution
Expand Down Expand Up @@ -98,6 +99,7 @@ jobs:
with:
name: artifact
path: dist
merge-multiple: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit bd9d869

Please sign in to comment.