We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f8b78 commit 08e2b09Copy full SHA for 08e2b09
ci/before-deploy.sh
@@ -15,15 +15,15 @@ deploy::build-docs
15
# build the sdist and save the dirs before the clean
16
python setup.py sdist
17
mv dist dist_saved
18
-mv .venv .venv_saved
+mv .venv /tmp/.venv
19
20
# for the tarball upload
21
# clean up
22
git clean -Xdf
23
24
# restore the saved "dist"/".venv" directory
25
mv dist_saved dist
26
-mv .venv_saved .venv
+mv /tmp/.venv .venv
27
28
# make the dir
29
rm -rf ./tag_build || true
0 commit comments