mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Update commands for pypi test
This commit is contained in:
parent
6664ea943d
commit
8036ceb7c5
1 changed files with 2 additions and 0 deletions
2
setup.py
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue