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 - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install tox tox-gh-actions pip install tox tox-gh-actions build
- name: Test with tox - name: Test with tox
run: tox run: tox
- name: Build
run: python -m build
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: Artifacts name: Artifacts