Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit b773d9b

Browse files
committed
Enable automatic PyPI deployments via Travis CI
1 parent 9382dfb commit b773d9b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,13 @@ script:
1515

1616
after_success:
1717
- coveralls
18+
19+
deploy:
20+
provider: pypi
21+
user: ethereum_pypi_automated
22+
password:
23+
secure: "FvkEn1xULi9mGxAL9sKlTuxJZvk0Uyd2GaDPAHN5ZAfaJUNwzA6+m7PRAMPd44Uy/LOw0+Ah9X1rxAxZc+7yx+FJjwH1Nl8MjtqYTWp+Ue6TFUNdJXNHjekC5ce4rbULudrqlmwmaWzi5iRC7qhpxuTg1y3iBw3Fsd8E82qbDac="
24+
on:
25+
tags: true
26+
repo: ethereum/pyethereum
27+
branch: develop

0 commit comments

Comments
 (0)