From 8036ceb7c57e72428f61e685523e17243a6c49e3 Mon Sep 17 00:00:00 2001 From: Lysandre Date: Fri, 31 Jan 2020 09:48:15 -0500 Subject: [PATCH] Update commands for pypi test --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 2f82c3f240..e5c014f9fb 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,8 @@ To create the package for pypi. twine upload dist/* -r pypitest (pypi suggest using twine as other methods upload files via plaintext.) + You may have to specify the repository url, use the following command then: + twine upload dist/* -r pypitest --repository-url=https://test.pypi.org/legacy/ Check that you can install it in a virtualenv by running: pip install -i https://testpypi.python.org/pypi transformers