You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/08/17 08:08:32 UTC

[buildstream] 06/06: tox: Remove obsolete '-e release' mode

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/build-wheels
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 9636aa813e3bfdb32aa621d607b289c57fb78e7d
Author: Sam Thursfield <sa...@codethink.co.uk>
AuthorDate: Mon Aug 15 11:27:23 2022 +0200

    tox: Remove obsolete '-e release' mode
---
 tox.ini | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/tox.ini b/tox.ini
index 33462b785..8d21de4f1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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
 #