Skip to content

Commit e6f269e

Browse files
committed
fix release workflow
1 parent a13a917 commit e6f269e

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
@@ -124,6 +124,10 @@ jobs:
124124
mkdir dist
125125
for p in ${{ inputs.component }}*
126126
do
127+
# exclude cython test artifacts
128+
if [[ "${p}" == *-tests ]]; then
129+
continue
130+
fi
127131
mv ${p}/*.whl dist/
128132
done
129133
rmdir ${{ inputs.component }}*

0 commit comments

Comments
 (0)