From ec768990f01452d61d4ddeb7024adaf83ce089ba Mon Sep 17 00:00:00 2001 From: Joey Wilhelm Date: Wed, 23 Oct 2019 13:25:22 -0400 Subject: [PATCH] Let he PyPi password trickle in from Travis 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! --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e1d6101b..d6397906 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,6 @@ jobs: deploy: - provider: pypi user: "__token__" - password: $PYPI_DEPLOY_KEY skip_existing: true distributions: "sdist bdist_wheel" on: