Skip to content

Commit

Permalink
More fixes for the release process
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Borean <jborean93@gmail.com>
  • Loading branch information
jborean93 committed Feb 16, 2022
1 parent a5f8b78 commit 08e2b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/before-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ deploy::build-docs
# build the sdist and save the dirs before the clean
python setup.py sdist
mv dist dist_saved
mv .venv .venv_saved
mv .venv /tmp/.venv

# for the tarball upload
# clean up
git clean -Xdf

# restore the saved "dist"/".venv" directory
mv dist_saved dist
mv .venv_saved .venv
mv /tmp/.venv .venv

# make the dir
rm -rf ./tag_build || true
Expand Down

0 comments on commit 08e2b09

Please sign in to comment.