Skip to content

Commit

Permalink
chore: update CI workflow to use dist-wheel for artifact storage and …
Browse files Browse the repository at this point in the history
…retrieval
  • Loading branch information
kevinsbarnard committed Jan 30, 2025
1 parent 32305d9 commit 217c057
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Store built package
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
name: dist-wheel
path: dist/*.whl

release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Download built package
uses: actions/download-artifact@v4
with:
name: dist
name: dist-wheel
path: dist/

- name: Publish package
Expand Down

0 comments on commit 217c057

Please sign in to comment.