Skip to content

Commit

Permalink
Let's try using PYPI_PASSWORD as a secret setting instead, refs #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Willison committed Jul 10, 2018
1 parent bad9715 commit 5cc4e52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- provider: pypi
user: simonw
distributions: bdist_wheel
password:
secure: Sl2jbgIhnr2IMHh3Hqg4yO0UsAOS/GYyJf3KdqfCHRHVTiHZaIKqMzcy/ErNzj11vqZcKHDdKEXWtqRLhKL6ZUlHxDeFa3wrfIe8QXwCnn1gmQddvl06ydr2WXjUKyL6f+q6pfON5O6R40NUqXxDr78YIE+uOu4FFJLODfSNRZxf6BP0qLU2wiDf86wxJf95kG3DPGNx2JRGQJqI2jSY30BL0QUCBpwHfF1wpzEp7+nX1vCnEEz2LsP8xGPDzFwNuj8px5HDjK6rRw9M8LP6CKsa65IK2pFwrOmLF0DnperwmgKBzF+atke/NQUlfHAaLjVKvA2w4Ff2xuH8v5ZGGg/gTi283CfFNhWHs2TGAZevAmsrRFKDhG6lTIUhCMSqcleL0moHZXoW0M5Xuwe3qQgJ8jw7OFJTJ3iGRzQnThp70F4XiHLeu+u0gvJOaNmG/xA/fVf6fFZbvCciIaqMrrdC0s/RLmsSOAMz8I767Pnby55Srlk8aYjlKma8lX37UlwYiF+xKgmHuXNtX0x1eQtFedFSgGLpXSsI6MyFcMbghmaTIPS6if8UfX1notbk6lb++nZiZ3ci4/Htl0t4zGBc1WAuBIlfYeS67JuiDXORP/XJRf+k6I4qsZJfInX5R1Nl2JiCNvc51o5fERu3RQpt8rob/46mOZx8UMcH9JY=
password: ${PYPI_PASSWORD}
on:
branch: master
tags: true
Expand Down

1 comment on commit 5cc4e52

@AdrienHorgnies
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@simonw Doesn't this method allow people to expose password ? By doing a fork and echoing said password ?

Please sign in to comment.