File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,9 @@ script:
3838deploy :
3939 provider : pypi
4040 distributions : sdist
41- user : janschulz
42- password :
43- secure : uxmjO7Q0MP0YZb1pdAkKn7TdLdFU1lJqrnSR5DpjzPpJRlGMUph0MIrtHtU1CsbMya//Wwszae77pEqAIDpQ5mHlfF3mPxSO8TWvYu6XZdkmmTKf3rIaJgYoOIz1VdyHsti5SIHMBE749eUykTwNrqV4OR+lk3fpdZmy8shl7+U=
41+ user : __token__
42+ password : $pypi_password
4443 on :
4544 tags : true
46- repo : bebraw /pypandoc
45+ repo : nicklastegner /pypandoc
4746 condition : $TOXENV == py37
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ environment:
44 # See: http://stackoverflow.com/a/13751649/163740
55 CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ appveyor\\ run_with_env.cmd"
66 TWINE_PASSWORD :
7- secure : vwvitc1udvvzJrSNBbxQrtNKPACCOpSM3kteJK6UBR8 =
8- TWINE_USERNAME : janschulz
7+ secure : XofI4w4Vdjc9gc4j0gAa6keiUlj5Y7mLlg7Jd9fOyXlVyTxfMq+iFyIRsQAkYF3HK7TOsAOhuH8LVbIweGb7WsUA+n6HygDGyMABFN+ZB7vmS04FuzWc9KB+tnwBPFnkEZU+abrfSgyqu0Tdx5tAAH17BUTflR0im0LCvH42AaH7GJinxkrma7iL+F50NS+bwXsBUvSow34wdUJ0O0ARHKKyiQnRIrN7TBVK7G/hhMTWPQ12SSOq87uxGXVlhvKXL+Y3A0PTFmyaFawJ7FmvyA= =
8+ TWINE_USERNAME : __token__
99
1010 matrix :
1111
@@ -94,6 +94,6 @@ on_success:
9494 if ($env:APPVEYOR_REPO_TAG -eq "true") {
9595 # we produce version independent packages, so once per "big" version is enough
9696 if ($env:PYTHON_VERSION -eq "3.7.x" -or $env:PYTHON_VERSION -eq "2.7.x") {
97- twine upload dist/*.whl
97+ twine upload --verbose dist/*.whl
9898 }
9999 }
You can’t perform that action at this time.
0 commit comments