File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,10 @@ jobs:
1818
1919 steps :
2020 - uses : actions/checkout@v5
21- - name : " Set up Python"
22- uses : actions /setup-python@v5
21+ - name : Install uv and set the Python version
22+ uses : astral-sh /setup-uv@v6
2323 with :
2424 python-version : ${{ matrix.python-version }}
25- - name : Install uv
26- uses : astral-sh/setup-uv@v6
2725 - name : Install dependencies
2826 run : |
2927 uv sync --locked --all-extras --dev
Original file line number Diff line number Diff line change @@ -16,11 +16,10 @@ jobs:
1616 steps :
1717 - uses : actions/checkout@v5
1818 - name : " Set up Python"
19- uses : actions/setup-python@v5
19+ - name : Install uv and set the Python version
20+ uses : astral-sh/setup-uv@v6
2021 with :
2122 python-version : 3.13
22- - name : Install uv
23- uses : astral-sh/setup-uv@v6
2423 - name : Build
2524 run : uv build
2625 - name : Publish package distributions to PyPI
You can’t perform that action at this time.
0 commit comments