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 874438f commit 53c988fCopy full SHA for 53c988f
release/pypi/upload_pypi_to_staging.sh
@@ -5,9 +5,6 @@ set -eou pipefail
5
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
6
# Allow for users to pass PACKAGE_NAME
7
8
-# Set TMPDIR
9
-#export TMPDIR="/home/ec2-user/github/builder/release/pypi/work"
10
-
11
# For use with other packages, i.e. torchvision, etc.
12
PACKAGE_NAME=${PACKAGE_NAME:-torch}
13
@@ -36,10 +33,8 @@ pushd "${output_tmp_dir}"
36
33
# Dry run by default
37
34
DRY_RUN=${DRY_RUN:-enabled}
38
35
# On dry run just echo the commands that are meant to be run
39
-TWINE_UPLOAD="echo twine upload"
40
DRY_RUN_FLAG="--dryrun"
41
if [[ $DRY_RUN = "disabled" ]]; then
42
- TWINE_UPLOAD="twine upload"
43
DRY_RUN_FLAG=""
44
fi
45
0 commit comments