We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ea80d commit 02fb7bdCopy full SHA for 02fb7bd
.travis.yml
@@ -19,12 +19,11 @@ after_success:
19
- echo " pypitest" >> ~/.pypirc
20
- echo >> ~/.pypirc
21
- echo [pypi] >> ~/.pypirc
22
- - echo repository=https://pypi.python.org/pypi >> ~/.pypirc
23
- echo username=hdinsightmsftagu >> ~/.pypirc
24
- echo password=$PYPI_PASSWORD >> ~/.pypirc
25
26
- echo [pypitest] >> ~/.pypirc
27
- - echo repository=https://testpypi.python.org/pypi >> ~/.pypirc
+ - echo repository=https://test.pypi.org/legacy/ >> ~/.pypirc
28
29
30
deploy:
0 commit comments