Skip to content

Commit c3c3605

Browse files
committed
build: Fix python release
1 parent 4528a23 commit c3c3605

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ jobs:
299299
run: |
300300
mkdir dist
301301
mv all/*/* dist
302+
rm -rf all
302303
- uses: actions/setup-python@v5
303304
- name: Publish to PyPi
304305
env:

0 commit comments

Comments
 (0)