Skip to content

Commit

Permalink
upload actions: update the usage for multiple artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fruch committed Jan 20, 2025
1 parent 5124188 commit 5f481fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.os }}
path: ./wheelhouse/*.whl

build_sdist:
Expand All @@ -45,6 +46,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: source-dist
path: dist/*.tar.gz

integration_test_scylla:
Expand Down Expand Up @@ -200,8 +202,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4.1.8
with:
name: artifact
path: dist
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 5f481fb

Please sign in to comment.