Skip to content

Commit

Permalink
[ci] no need to move wheels to dist/ when using merge-multiple...
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Oct 18, 2024
1 parent 00c7b92 commit b8a88f6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,8 @@ jobs:
- name: Download artifacts from build jobs
uses: actions/download-artifact@v4
with:
path: wheelhouse/
path: dist/
merge-multiple: true
- name: Move wheels to dist/ directory
run: |
ls wheelhouse/*
mkdir -p dist/
for wheel_dir in wheelhouse/skia_pathops*/; do
mv "${wheel_dir}"/*.whl dist/
done
- name: Extract release notes from annotated tag message
id: release_notes
env:
Expand Down

0 comments on commit b8a88f6

Please sign in to comment.