Added build task
Some checks failed
Tests / test (3.10) (pull_request) Failing after 1m5s
Tests / test (3.11) (pull_request) Failing after 1m3s
Tests / test (3.8) (pull_request) Failing after 1m5s
Tests / test (3.9) (pull_request) Failing after 1m29s

This commit is contained in:
Profitroll 2024-05-26 15:48:19 +02:00
parent 3c3de1436e
commit 66ede3d60f
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

@ -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