File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v5
17- - uses : astral-sh/setup-uv@v6
18- with :
19- version : " 0.5.x"
17+ - uses : astral-sh/setup-uv@v7
2018 - run : |
2119 uv run ruff check .
2220
2725 python-version : ["3.8", "3.9", "3.10", "3.11"]
2826 steps :
2927 - uses : actions/checkout@v5
30- - uses : astral-sh/setup-uv@v6
31- with :
32- version : " 0.5.x"
28+ - uses : astral-sh/setup-uv@v7
3329 - run : uv run pytest
3430 env :
3531 UV_PYTHON : ${{ matrix.python-version }}
6662 contents : read
6763 steps :
6864 - uses : actions/checkout@v5
69- - uses : astral-sh/setup-uv@v6
70- with :
71- version : " 0.5.x"
65+ - uses : astral-sh/setup-uv@v7
66+
7267 - run : uv build
7368 - name : Publish distribution 📦 to PyPI
7469 uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change @@ -65,3 +65,5 @@ extend-select = [
6565"examples/*.ipynb" = [
6666 " F811" , # redefintion
6767]
68+ [tool .uv ]
69+ required-version = " >=0.10.0"
You can’t perform that action at this time.
0 commit comments