Added artifacts upload
All checks were successful
Tests / test (3.10) (pull_request) Successful in 1m32s
Tests / test (3.11) (pull_request) Successful in 54s
Tests / test (3.8) (pull_request) Successful in 1m24s
Tests / test (3.9) (pull_request) Successful in 58s

This commit is contained in:
Profitroll 2024-05-26 15:43:53 +02:00
parent cfeadfdd32
commit 3c3de1436e
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

@ -30,3 +30,7 @@ jobs:
pip install tox tox-gh-actions
- name: Test with tox
run: tox
- uses: actions/upload-artifact@v4
with:
name: Artifacts
path: dist/*