Skip to content

Commit

Permalink
Accidentally removed dist folder just before push to pypi (#859)
Browse files Browse the repository at this point in the history
# Description


## 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 0b7096a + 9d7ed02 commit 7145b26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ jobs:
ls -lah dist
mv dist/sdist_____/* dist/
mv dist/wheels*/* dist/
cd dist
find . -mindepth 1 -maxdepth 1 -type d -exec rm -rf {} +
cd ..
ls -lah dist
# - name: Publish package to Test PyPI
Expand Down

0 comments on commit 7145b26

Please sign in to comment.