Skip to content

Commit a4102e4

Browse files
authored
Remove the dist cache (#148)
1 parent 10ef0e1 commit a4102e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
uses: actions/checkout@v5
2626
- uses: ./.github/actions/python-uv-setup
2727

28+
- name: Clean dist directory
29+
run: |
30+
rm -rf dist
31+
2832
- name: Build all distributions
2933
run: |
3034
uv build --all

0 commit comments

Comments
 (0)