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 3c3de1436e - Show all commits

View File

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