v3.2.0 #105

Merged
profitroll merged 7 commits from dev into main 2024-05-26 17:29:44 +03:00
Showing only changes of commit 66ede3d60f - Show all commits

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