Skip to content

Commit

Permalink
Move to TWINE_PASSWORD form PYPI_PASSWORD as publish token (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat authored and erikseulean committed Sep 27, 2019
1 parent cd763a1 commit 33a08d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ description = Upload a new package to pypi
basepython = python3.7
deps = twine >= 1.12.1
pep517
passenv = *
passenv = TWINE_PASSWORD https_proxy no_proxy
skip_install = true
commands = python -m pep517.build -s -b . -o {envtmpdir}
twine upload --verbose -u __token__ -p "{env:PYPI_PASSWORD}" {envtmpdir}/*
twine upload --verbose -u __token__ {envtmpdir}/*

[testenv:fix_lint]
description = format the code base to adhere to our styles, and complain about what we cannot do automatically
Expand Down

0 comments on commit 33a08d4

Please sign in to comment.