File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v7
2525 with : { filter: 'blob:none', fetch-depth: 0 }
26- - uses : astral-sh/setup-uv@v8.3.0
26+ - uses : astral-sh/setup-uv@v8.3.2
2727 with : { enable-cache: false }
2828 - id : get-envs
2929 run : |
5050 - uses : actions/checkout@v7
5151 with : { filter: 'blob:none', fetch-depth: 0 }
5252
53- - uses : astral-sh/setup-uv@v8.3.0
53+ - uses : astral-sh/setup-uv@v8.3.2
5454 with :
5555 python-version : ${{ matrix.env.python }}
5656
@@ -115,7 +115,7 @@ jobs:
115115 - uses : actions/setup-python@v6
116116 with :
117117 python-version : " 3.x"
118- - uses : astral-sh/setup-uv@v8.3.0
118+ - uses : astral-sh/setup-uv@v8.3.2
119119 with :
120120 enable-cache : true
121121 - run : uvx --from build pyproject-build --sdist --wheel .
Original file line number Diff line number Diff line change 1919 - uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.x"
22- - uses : astral-sh/setup-uv@v8.3.0
22+ - uses : astral-sh/setup-uv@v8.3.2
2323 - run : uvx --from build pyproject-build --sdist --wheel .
2424 - run : uvx twine check dist/*
2525 - uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments