Skip to content

Commit

Permalink
Fixed GitHub packaging action.
Browse files Browse the repository at this point in the history
  • Loading branch information
mliberty1 committed May 8, 2024
1 parent 8ef60c5 commit 824d6f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Upload python wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: python_wheel-${{ matrix.os }}-${{ matrix.python_version }}
path: wheelhouse/*.whl
if-no-files-found: error

Expand All @@ -145,7 +145,8 @@ jobs:
- name: Download python wheel artifacts
uses: actions/download-artifact@v4
with:
name: wheels
pattern: python_wheel-*
merge-multiple: true
path: dist/

- name: Display artifacts
Expand Down

0 comments on commit 824d6f1

Please sign in to comment.