Skip to content

Commit 5262a96

Browse files
committed
update workflow to not cache
1 parent 2676595 commit 5262a96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
with:
103103
version: ${{ env.UV_VERSION }}
104104
python-version: ${{ env.PYTHON_VERSION }}
105+
cache: false
105106

106107
- name: Install package
107108
shell: bash -el {0}
@@ -139,6 +140,7 @@ jobs:
139140
with:
140141
version: ${{ env.UV_VERSION }}
141142
python-version: ${{ env.PYTHON_VERSION }}
143+
cache: false
142144

143145
- name: Download artifacts
144146
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)