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 dfaadfd769 - Show all commits

View File

@ -32,7 +32,7 @@ jobs:
run: tox run: tox
- name: Build - name: Build
run: python -m build run: python -m build
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v3
with: with:
name: Artifacts name: Artifacts
path: dist/* path: dist/*