Skip to content

Commit 9c20d44

Browse files
authored
always clean up the temp folders (#706)
1 parent 982ea15 commit 9c20d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
fi
131131
mv ${p}/*.whl dist/
132132
done
133-
rmdir ${{ inputs.component }}*
133+
rm -rf ${{ inputs.component }}*
134134
135135
- name: Publish package distributions to PyPI
136136
if: ${{ inputs.wheel-dst == 'pypi' }}

0 commit comments

Comments
 (0)