File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
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 :
You can’t perform that action at this time.
0 commit comments