Skip to content

Commit

Permalink
Upload artifact v4 requires unique artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Sep 5, 2024
1 parent ce59e09 commit d6fd6be
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
CESIUM_LINK_FLAGS: "-Wl,--strip-debug"
- uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-linux
path: ./dist/*.whl

build_macos_wheels:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-macos
path: ./dist/*.whl

build_windows_wheels:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-windows
path: ./dist/*.whl

deploy:
Expand Down Expand Up @@ -172,7 +172,8 @@ jobs:
- uses: actions/download-artifact@v4
id: download
with:
name: wheels
name: wheels-*
merge-multiple: true
path: ./dist

- name: Publish package distributions to PyPI
Expand Down

0 comments on commit d6fd6be

Please sign in to comment.