How does Travis CI keep PyPi deployments secure

How does the model for this work?

Hi @howtotalktogirls,

Travis has values that are encrypted by your public key, these cannot be decrypted by an intruders private key - generally speaking, only your private key can decrypt them and the private keys are only accessible by Travis itself.

1 Like