Skip to content

Commit

Permalink
Copy wheels from correct folder (#856)
Browse files Browse the repository at this point in the history
Trial


## Type of change
- [ ] Bug fix & code cleanup
- [ ] New feature
- [ ] Documentation update
- [ ] Test update

## Checklist for the reviewer
This checklist should be used as a help for the reviewer.

- [ ] Is the change limited to one issue?
- [ ] Does this PR close the issue?
- [ ] Is the code easy to read and understand?
- [ ] Do all new feature have an accompanying new test?
- [ ] Has the documentation been updated as necessary?
  • Loading branch information
francescalb authored Jun 21, 2024
2 parents 826941e + 0cfc373 commit e1be930
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,10 @@ jobs:

- name: Move wheels and sdist files to dist/
run: |
mv dist/wheels/* dist/
ls -lah dist
mv dist/wheelhouse/* dist/
mv dist/sdist/* dist/
rm -rf dist/wheels
rm -rf dist/wheelhouse
rm -rf dist/sdist
ls -lah dist
Expand Down

0 comments on commit e1be930

Please sign in to comment.