We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e8f2a commit 502517eCopy full SHA for 502517e
tools/ci/build_archive.sh
@@ -21,6 +21,8 @@ elif [ "$INSTALL_TYPE" == "wheel" ]; then
21
elif [ "$INSTALL_TYPE" == "archive" ]; then
22
export ARCHIVE="package.tar.gz"
23
git archive -o $ARCHIVE HEAD
24
+elif [ "$INSTALL_TYPE" == "pip" ]; then
25
+ export ARCHIVE="."
26
fi
27
28
set +eux
0 commit comments