Skip to content

Commit

Permalink
Add python wheels as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
universvm committed Dec 15, 2023
1 parent 4366a0c commit 962fd9b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@ jobs:
run: |
pip install wheel
python setup.py bdist_wheel
- name: Build source distribution
run: |
python setup.py sdist
- name: Upload wheel and source distribution
uses: actions/upload-artifact@v3
with:
name: python-package
path: |
dist/*.whl
dist/*.tar.gz

0 comments on commit 962fd9b

Please sign in to comment.