Skip to content

Commit 9941119

Browse files
committed
Ensure uv is installed
Signed-off-by: William Woodruff <william@yossarian.net>
1 parent 84bad0b commit 9941119

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pypi-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
echo "PYPI_URL=https://test.pypi.org/legacy/" >> $GITHUB_ENV
4444
if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'testpypi'
4545
46+
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
47+
with:
48+
save-cache: false
49+
4650
- uses: dawidd6/action-download-artifact@5c98f0b039f36ef966fdb7dfa9779262785ecb05 # v14
4751
with:
4852
path: tmpdist/

0 commit comments

Comments
 (0)