Skip to content

Commit

Permalink
Migrate to new requirements from upload-artifact@4
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed Feb 2, 2024
1 parent f2bdcc1 commit a6d8b98
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-linux-${{ matrix.crate }}
path: ${{ matrix.crate }}/target/dist

linux-test:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-windows-${{ matrix.crate }}
path: ${{ matrix.crate }}/dist

windows-test:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-macos-${{ matrix.crate }}-${{ matrix.target }}
path: ${{ matrix.crate }}/dist

release:
Expand All @@ -178,7 +178,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels
pattern: wheels-*
merge-multiple: true
- name: Publish to PyPI
uses: messense/maturin-action@v1
env:
Expand Down

0 comments on commit a6d8b98

Please sign in to comment.