Skip to content

Commit b8a88f6

Browse files
committed
[ci] no need to move wheels to dist/ when using merge-multiple...
1 parent 00c7b92 commit b8a88f6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,8 @@ jobs:
126126
- name: Download artifacts from build jobs
127127
uses: actions/download-artifact@v4
128128
with:
129-
path: wheelhouse/
129+
path: dist/
130130
merge-multiple: true
131-
- name: Move wheels to dist/ directory
132-
run: |
133-
ls wheelhouse/*
134-
mkdir -p dist/
135-
for wheel_dir in wheelhouse/skia_pathops*/; do
136-
mv "${wheel_dir}"/*.whl dist/
137-
done
138131
- name: Extract release notes from annotated tag message
139132
id: release_notes
140133
env:

0 commit comments

Comments
 (0)