Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Migrate to new pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacYangSLA committed Sep 8, 2017
1 parent 4dc4a93 commit 1747b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/pypi-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ ROOT_DIR=$( dirname "$(dirname "$LOCAL_DIR")")

cd "$ROOT_DIR"
set +x # double-check that x is unset
# remove repository to allow twine use default URL
cat > ~/.pypirc << EOF
[pypi]
repository = https://pypi.python.org/pypi
username = luke.yeager
password = ${PYPI_PASSWORD}
EOF
Expand Down

0 comments on commit 1747b33

Please sign in to comment.