Skip to content

Commit

Permalink
Have the tests build a wheel as an artifact, refs #34
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 15, 2024
1 parent 190681c commit 829cec0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ jobs:
if: always()
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Build package to upload as artifact
run: |
pip install setuptools wheel build
python -m build
- name: Store the distribution packages
uses: actions/upload-artifact@v4
with:
name: python-packages
path: dist/

0 comments on commit 829cec0

Please sign in to comment.