Skip to content

Commit

Permalink
Let he PyPi password trickle in from Travis
Browse files Browse the repository at this point in the history
According to the [Travis docs](https://docs.travis-ci.com/user/deployment-v2/providers/pypi/#environment-variables), we should be able to set `PYPI_PASSWORD` as a secret in the console, and it will Just Work.

Let's see what happens!
  • Loading branch information
jwilhelm-godaddy authored Oct 23, 2019
1 parent 73147cb commit ec76899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
deploy:
- provider: pypi
user: "__token__"
password: $PYPI_DEPLOY_KEY
skip_existing: true
distributions: "sdist bdist_wheel"
on:
Expand Down

0 comments on commit ec76899

Please sign in to comment.