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 1818 uses : actions/setup-python@v5
1919 with :
2020 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
2422 - name : Build a binary wheel and a source tarball
25- run : python3 -m build
23+ run : uv build
2624 - name : Store the distribution packages
2725 uses : actions/upload-artifact@v4
2826 with :
Original file line number Diff line number Diff line change 3434 - uses : actions/setup-python@v5
3535 with :
3636 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
3839 - run : tox -f py$(echo ${{ matrix.python-version }} | tr -d .)
3940 - uses : codecov/codecov-action@v4
4041 with :
You can’t perform that action at this time.
0 commit comments