Skip to content

Commit baf4a3c

Browse files
committed
always clean up the temp folders
1 parent 982ea15 commit baf4a3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)