Skip to content

Commit

Permalink
upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Apr 4, 2023
1 parent c4161fc commit 8e8e2f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Build
run: |
python setup.py sdist bdist_wheel
- name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
name: dist
path: dist
- name: Install
run: pip install dist/*.whl
- name: Import
Expand Down

0 comments on commit 8e8e2f8

Please sign in to comment.