Skip to content

Commit

Permalink
wheel action: upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Jan 30, 2025
1 parent 8f747b8 commit 3036bf9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ jobs:
pip install build
- name: Build package
run: python -m build

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

0 comments on commit 3036bf9

Please sign in to comment.