Use different artifact names as is required by upload-artifact@v4

This commit is contained in:
Andreas Källberg
2024-10-23 16:22:59 +02:00
committed by GitHub
parent 9492967fc6
commit 33b0bab610

View File

@@ -49,6 +49,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: wheel-${{ matrix.os }}
path: ./wheelhouse
build_sdist:
@@ -67,6 +68,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: wheel-source
path: ./src/runtime/python/dist/*.tar.gz
upload_pypi:
@@ -88,7 +90,8 @@ jobs:
- uses: actions/download-artifact@v4.1.7
with:
name: artifact
pattern: wheel-*
merge-multiple: true
path: ./dist
- name: Publish