We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bad0b commit 9941119Copy full SHA for 9941119
1 file changed
.github/workflows/pypi-publish.yml
@@ -43,6 +43,10 @@ jobs:
43
echo "PYPI_URL=https://test.pypi.org/legacy/" >> $GITHUB_ENV
44
if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'testpypi'
45
46
+ - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
47
+ with:
48
+ save-cache: false
49
+
50
- uses: dawidd6/action-download-artifact@5c98f0b039f36ef966fdb7dfa9779262785ecb05 # v14
51
with:
52
path: tmpdist/
0 commit comments