Skip to content

Commit

Permalink
Another attempt at getting the encrypted PyPI password right
Browse files Browse the repository at this point in the history
This time I used "travis encrypt --com" so it talks to the new travis-ci.com domain instead of the legacy travis-ci.org endpoint.
  • Loading branch information
agronholm committed Oct 12, 2018
1 parent 58beb78 commit a7faacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
provider: pypi
user: agronholm
password:
secure: eYlwRer+Kd9lbbYsIwV7lTcNgtari7IPYEUcx3JkqlMLGPfNsshPCizmpj0YHeLsSRCNAxxWe5KbJq8lcotAaR+wiNIP3rlXvEPGtbO7Jzg8hsy23wJBTym8TEa1NzL2C4zBs/e9wSjJI+WtDKe6V4PzHrE038mbyp67m5o+D8VadEfahPzTsNpbwv20HiI1b1MTnW2a84DZrl5pCqARCRfu6Ar60X/oM8tiAv8dL/8Uo8zx+F3mgQkVop76ESHrRhHOasB+f2BVOdIeRQe2a2dn6NHsaiZ0wUoTDoRH0ALeYv6Qt/wMOfODMuLl1XS4R3x6HWBds3rYe8XuxnOCMw7euBbiaaraTyFR5A1tk/sxBPc3c86mLOIVrW2e7AJmgTcSP0rEjzZ30wEk2NHvpjqZgkQR841b8/sDoZadC4jbVKE62M0p0FcO38lbSb3lAPaFMcGHTCSsa4nWL9RscSYCJg3MgpsCwaGZ5FzMDGhdl1ogrUXy5gxz/2qkefeBNDtjrPsLpwX1odmDP6idC+Rocx1UKN6sgJX8tUxaYdyLfjAjsVMlp4/si7Q6Nq3eHlBij3S+mSA2JwQ5kxvbVjAeA0UJTZeFClc4yDBsuZ4YWb8x1DZiEbhViFkTPKVDutVi5lZYL5tIRNltSV4le5SSzOORTlUX6xw9koC5rx8=
secure: zHprICvuiBq7hVNv7n/a9uyXaNPmYPu+r5YvwBdjt6QlikrCW1ArOSH6/fvySwFRsVXe0KJbqNCCmmoAMWSxo1LtBYU/fsCn5vXfq5D6XJIDBzf4sl2AS0SpqLpsLtnj/3g62NK9lXQfoExrcUuwAPLV84htsKACaNtxCLA8KB+sLtkiePt42j31BuClfzMg9eDaDlyHBrLBFiBYOWrOatprIaEL0FF3Dt6LzeANRvnjkzy3Gvn8/HgUSF1fCLcsqpSm5uopf4zYCBeZpKdUFYd4rCmfz973uJl2z6Jq1Lmyzb6G2ToUnQal59jNrSrMlwo1dKUS1To1Uw6PckGFPnYyoCz3/598TVo6cP/yJl18rN4tN86KhOw+agSOcpQcBVWPcNTvEnxrCnPQGL1SfoWyCWX31cHnZDnTzAC/FeqWWAmrlDv3jEzdyFyGhWZov8OE3unsOO3q8pF+qJd87GYxulJpn4jB2my9VGWx0GFttR09GF7jLUhecnKviwaWo5fFTZc7strUK+Kun9rchxoHhefn8+d96uMm6uVDa+U6h2gNGPY4FEFyMoMn8qYytLHTcIsurWNlEh+I25qBtlQ+n4N85fGDsEtHbRDhA2uJhpONZpIh2Hok8UpjzZps86opbLvDXf07RgyZx1DiF/sYOdMK9LLEbGLlDcxtIG8=
distributions: sdist bdist_wheel
on:
tags: true
Expand Down

0 comments on commit a7faacd

Please sign in to comment.