Added artifacts upload
This commit is contained in:
parent
cfeadfdd32
commit
3c3de1436e
@ -30,3 +30,7 @@ jobs:
|
|||||||
pip install tox tox-gh-actions
|
pip install tox tox-gh-actions
|
||||||
- name: Test with tox
|
- name: Test with tox
|
||||||
run: tox
|
run: tox
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: Artifacts
|
||||||
|
path: dist/*
|
||||||
|
Loading…
Reference in New Issue
Block a user