Skip to content

Commit

Permalink
Use different artifact names as is required by upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
anka-213 authored Oct 23, 2024
1 parent 9492967 commit 33b0bab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: wheel-${{ matrix.os }}
path: ./wheelhouse

build_sdist:
Expand All @@ -67,6 +68,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: wheel-source
path: ./src/runtime/python/dist/*.tar.gz

upload_pypi:
Expand All @@ -88,7 +90,8 @@ jobs:

- uses: actions/[email protected]
with:
name: artifact
pattern: wheel-*
merge-multiple: true
path: ./dist

- name: Publish
Expand Down

0 comments on commit 33b0bab

Please sign in to comment.