Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated tokens for CI Releases #223

Merged
merged 1 commit into from
Jul 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ script:
deploy:
provider: pypi
distributions: sdist
user: janschulz
password:
secure: uxmjO7Q0MP0YZb1pdAkKn7TdLdFU1lJqrnSR5DpjzPpJRlGMUph0MIrtHtU1CsbMya//Wwszae77pEqAIDpQ5mHlfF3mPxSO8TWvYu6XZdkmmTKf3rIaJgYoOIz1VdyHsti5SIHMBE749eUykTwNrqV4OR+lk3fpdZmy8shl7+U=
user: __token__
password: $pypi_password
on:
tags: true
repo: bebraw/pypandoc
repo: nicklastegner/pypandoc
condition: $TOXENV == py37
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ environment:
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
TWINE_PASSWORD:
secure: vwvitc1udvvzJrSNBbxQrtNKPACCOpSM3kteJK6UBR8=
TWINE_USERNAME: janschulz
secure: XofI4w4Vdjc9gc4j0gAa6keiUlj5Y7mLlg7Jd9fOyXlVyTxfMq+iFyIRsQAkYF3HK7TOsAOhuH8LVbIweGb7WsUA+n6HygDGyMABFN+ZB7vmS04FuzWc9KB+tnwBPFnkEZU+abrfSgyqu0Tdx5tAAH17BUTflR0im0LCvH42AaH7GJinxkrma7iL+F50NS+bwXsBUvSow34wdUJ0O0ARHKKyiQnRIrN7TBVK7G/hhMTWPQ12SSOq87uxGXVlhvKXL+Y3A0PTFmyaFawJ7FmvyA==
TWINE_USERNAME: __token__

matrix:

Expand Down Expand Up @@ -94,6 +94,6 @@ on_success:
if ($env:APPVEYOR_REPO_TAG -eq "true") {
# we produce version independent packages, so once per "big" version is enough
if ($env:PYTHON_VERSION -eq "3.7.x" -or $env:PYTHON_VERSION -eq "2.7.x") {
twine upload dist/*.whl
twine upload --verbose dist/*.whl
}
}