Skip to content

Commit 53c988f

Browse files
committed
typo
1 parent 874438f commit 53c988f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

release/pypi/upload_pypi_to_staging.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ set -eou pipefail
55
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
66
# Allow for users to pass PACKAGE_NAME
77

8-
# Set TMPDIR
9-
#export TMPDIR="/home/ec2-user/github/builder/release/pypi/work"
10-
118
# For use with other packages, i.e. torchvision, etc.
129
PACKAGE_NAME=${PACKAGE_NAME:-torch}
1310

@@ -36,10 +33,8 @@ pushd "${output_tmp_dir}"
3633
# Dry run by default
3734
DRY_RUN=${DRY_RUN:-enabled}
3835
# On dry run just echo the commands that are meant to be run
39-
TWINE_UPLOAD="echo twine upload"
4036
DRY_RUN_FLAG="--dryrun"
4137
if [[ $DRY_RUN = "disabled" ]]; then
42-
TWINE_UPLOAD="twine upload"
4338
DRY_RUN_FLAG=""
4439
fi
4540

0 commit comments

Comments
 (0)