File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 run : |
6161 echo $CONDA/bin >> $GITHUB_PATH
6262 - name : Install uv
63- uses : astral-sh/setup-uv@v5
63+ uses : astral-sh/setup-uv@v6
6464 - name : Install dependencies
6565 env :
6666 UV_SYSTEM_PYTHON : 1
Original file line number Diff line number Diff line change 3030 run : |
3131 echo $CONDA/bin >> $GITHUB_PATH
3232 - name : Install uv
33- uses : astral-sh/setup-uv@v5
33+ uses : astral-sh/setup-uv@v6
3434 - name : Install dependencies
3535 env :
3636 UV_SYSTEM_PYTHON : 1
Original file line number Diff line number Diff line change 1919 - name : Generate Changelog
2020 run : grep -B 9999 "##" -m2 CHANGELOG.md | head -n -1 | tail -n +4 > ${{ github.workspace }}-CHANGELOG.txt
2121 - name : Install uv
22- uses : astral-sh/setup-uv@v5
22+ uses : astral-sh/setup-uv@v6
2323 - name : Build and publish
2424 run : |
2525 uv tool run --from toml-cli toml set --toml-path pyproject.toml project.version $(git describe --tags --abbrev=0 | sed s/^v//)
You can’t perform that action at this time.
0 commit comments