Commit 8036ceb7 authored by Lysandre's avatar Lysandre
Browse files

Update commands for pypi test

parent 6664ea94
...@@ -23,6 +23,8 @@ To create the package for pypi. ...@@ -23,6 +23,8 @@ To create the package for pypi.
twine upload dist/* -r pypitest twine upload dist/* -r pypitest
(pypi suggest using twine as other methods upload files via plaintext.) (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: Check that you can install it in a virtualenv by running:
pip install -i https://testpypi.python.org/pypi transformers pip install -i https://testpypi.python.org/pypi transformers
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment