diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 82c7438..8c048ae 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -27,9 +27,11 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install tox tox-gh-actions + pip install tox tox-gh-actions build - name: Test with tox run: tox + - name: Build + run: python -m build - uses: actions/upload-artifact@v4 with: name: Artifacts