Skip to content

Commit

Permalink
release/0.7.1: Don't make anything automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
nok committed Jan 20, 2019
1 parent bc8b12e commit 0111077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scripts/run.deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ COMMIT=`git rev-parse --short HEAD`

# Environment:
TARGET="https://upload.pypi.org/legacy/"
if [[ $VERSION == *"rc"* ]]; then
read -r -p "Do you want to use the staging environment (test.pypi.org)? [y/N] " response
if [[ "$response" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
TARGET="https://test.pypi.org/legacy/"
fi

Expand Down

0 comments on commit 0111077

Please sign in to comment.