chore: update workflows to work with uv

This commit is contained in:
Benex254
2024-10-18 21:50:20 +03:00
parent 8678aa6544
commit d65868cc30
2 changed files with 7 additions and 7 deletions

View File

@@ -29,6 +29,3 @@ jobs:
name: fastanime_debug_build
path: |
dist
!dist/*.whl
# - name: Run the automated tests (for example)
# run: poetry run pytest -v

View File

@@ -27,10 +27,13 @@ jobs:
with:
python-version: "3.10"
- name: Build release distributions
run: |
python -m pip install build
python -m build
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
- name: Build fastanime
run: uv build
- name: Upload distributions
uses: actions/upload-artifact@v4