Skip to content

Commit

Permalink
Moved all wheels to dist folder and delete original folder
Browse files Browse the repository at this point in the history
  • Loading branch information
francescalb committed Jun 21, 2024
1 parent 4593cf5 commit 9241e86
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 @@ -241,11 +241,12 @@ jobs:
with:
path: dist

- name: Move sdist files to dist/m wheel files already there
- name: Move sdists and wheels to dist and remove all directories
run: |
ls -lah dist
mv dist/sdist_____/* dist/
rm -rf dist/sdist_____
mv dist/wheels*/* dist/
find . -mindepth 1 -maxdepth 1 -type d -exec rm -rf {} +
ls -lah dist
# - name: Publish package to Test PyPI
Expand Down

0 comments on commit 9241e86

Please sign in to comment.