Skip to content

Commit

Permalink
tox: Remove obsolete '-e release' mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ssssam authored and gtristan committed Aug 17, 2022
1 parent b90c4c6 commit d078c88
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -208,27 +208,6 @@ deps =
-rrequirements/requirements.txt


#
# Publish a release on PyPI.
#
# This can be run manually but is useful to have here just to document how it's done,
# it's also easier to just run:
#
# TWINE_USERNAME=buildstream TWINE_PASSWORD=<password> tox -e release
#
[testenv:release]
skip_install = true
commands =
python3 setup.py sdist bdist_wheel
twine upload -r pypi dist/*
deps =
twine
wheel
passenv =
TWINE_USERNAME
TWINE_PASSWORD


#
# Usefull for running arbitrary scripts in a BuildStream virtual env
#
Expand Down

0 comments on commit d078c88

Please sign in to comment.