Skip to content

Commit 08e2b09

Browse files
committed
More fixes for the release process
Signed-off-by: Jordan Borean <[email protected]>
1 parent a5f8b78 commit 08e2b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/before-deploy.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ deploy::build-docs
1515
# build the sdist and save the dirs before the clean
1616
python setup.py sdist
1717
mv dist dist_saved
18-
mv .venv .venv_saved
18+
mv .venv /tmp/.venv
1919

2020
# for the tarball upload
2121
# clean up
2222
git clean -Xdf
2323

2424
# restore the saved "dist"/".venv" directory
2525
mv dist_saved dist
26-
mv .venv_saved .venv
26+
mv /tmp/.venv .venv
2727

2828
# make the dir
2929
rm -rf ./tag_build || true

0 commit comments

Comments
 (0)