diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 36cb51b..82c7438 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -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/*