PyPI authentication error

I am not sure what is causing authentication error in my PyPI deployment and I seem to have exhausted all options that came to mind. Failure is in https://travis-ci.com/facebook/Ax/jobs/238825685, the last stage.

I have re-encrypted the password and removed all non-alphanumeric characters from it to make sure that was not causing the issue. Encrypted with travis encrypt --pro -r facebook/Ax. Any tips are greatly appreciated!

I believe you need secure: in front of the encrypted string. https://github.com/facebook/Ax/blob/0f162e49a84f9780178a744ed5fc6575a61fe910/.travis.yml#L100

Compare that with https://github.com/facebook/Ax/blob/0f162e49a84f9780178a744ed5fc6575a61fe910/.travis.yml#L122, which deploys correctly. https://travis-ci.com/facebook/Ax/jobs/238409646

I was so sure that was in there… very sorry. Trying that now!