File tree 4 files changed +605
-6
lines changed
4 files changed +605
-6
lines changed Original file line number Diff line number Diff line change 18
18
uses : actions/setup-python@v5
19
19
with :
20
20
python-version : " 3.x"
21
- - name : Install pypa/build
22
- run :
23
- python3 -m pip install build --user
21
+ - uses : astral-sh/setup-uv@v5
24
22
- name : Build a binary wheel and a source tarball
25
- run : python3 -m build
23
+ run : uv build
26
24
- name : Store the distribution packages
27
25
uses : actions/upload-artifact@v4
28
26
with :
Original file line number Diff line number Diff line change 34
34
- uses : actions/setup-python@v5
35
35
with :
36
36
python-version : ${{ matrix.python-version }}
37
- - run : python -m pip install tox
37
+ - uses : astral-sh/setup-uv@v5
38
+ - run : uv pip install --system tox tox-uv
38
39
- run : tox -f py$(echo ${{ matrix.python-version }} | tr -d .)
39
40
- uses : codecov/codecov-action@v4
40
41
with :
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies = [
33
33
" openpyxl>=2.4" ,
34
34
]
35
35
36
- [project . optional-dependencies ]
36
+ [dependency-groups ]
37
37
dev = [
38
38
" django-coverage-plugin" ,
39
39
" ipython" ,
You can’t perform that action at this time.
0 commit comments