Skip to content

Commit

Permalink
reset ownership of travis directories
Browse files Browse the repository at this point in the history
  • Loading branch information
nihlaeth committed Feb 26, 2017
1 parent f85354f commit b9a0585
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/pypi_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ username = ${TWINE_USERNAME}
password = ${TWINE_PASSWORD}
_EOF_
twine upload -r ${TWINE_REPOSITORY} dist/*

# reset ownership so that we can stop using sudo
sudo chown --changes --recursive $(whoami):$(id --group $(whoami)) .
sudo chown --changes $(whoami):$(id --group $(whoami)) ~/.pypirc

0 comments on commit b9a0585

Please sign in to comment.