File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1717 - name : Install uv
1818 uses : astral-sh/setup-uv@v7
1919 with :
20- version : " 0.9.2 "
20+ version : " 0.9.5 "
2121 - name : Install the project
2222 run : uv sync --locked --all-extras --dev
2323 - name : Setup Pages
Original file line number Diff line number Diff line change 1717 - name : Install uv
1818 uses : astral-sh/setup-uv@v7
1919 with :
20- version : " 0.9.2 "
20+ version : " 0.9.5 "
2121 - name : Install the project
2222 run : uv sync --locked --all-extras --dev
2323 - name : Lint with mypy
3434 - name : Install uv
3535 uses : astral-sh/setup-uv@v7
3636 with :
37- version : " 0.9.2 "
37+ version : " 0.9.5 "
3838 - name : Install the project
3939 run : uv sync --locked --all-extras --dev
4040 - name : Check imports
5151 - name : Install uv
5252 uses : astral-sh/setup-uv@v7
5353 with :
54- version : " 0.9.2 "
54+ version : " 0.9.5 "
5555 - name : Install the project
5656 run : uv sync --locked --all-extras --dev
5757 - name : Check imports
Original file line number Diff line number Diff line change 1818 - name : Install uv
1919 uses : astral-sh/setup-uv@v7
2020 with :
21- version : " 0.9.2 "
21+ version : " 0.9.5 "
2222 - name : Build and publish
2323 env :
2424 UV_PUBLISH_TOKEN : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 2424 - name : Install uv
2525 uses : astral-sh/setup-uv@v7
2626 with :
27- version : " 0.9.2 "
27+ version : " 0.9.5 "
2828 if : ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' && matrix.python-version != '3.8' }}
2929 - name : Install the project
3030 run : uv sync --locked --all-extras --dev
5858 - name : Install uv
5959 uses : astral-sh/setup-uv@v7
6060 with :
61- version : " 0.9.2 "
61+ version : " 0.9.5 "
6262 - name : Install the project
6363 run : uv sync --locked --all-extras --dev
6464 - name : Run integration tests
7676 - name : Install uv
7777 uses : astral-sh/setup-uv@v7
7878 with :
79- version : " 0.9.2 "
79+ version : " 0.9.5 "
8080 - name : Install the project
8181 run : uv sync --locked --all-extras --dev
8282 - name : finish coveralls
You can’t perform that action at this time.
0 commit comments