From 4dcc424de3669cb282e080943ec34311e40f1853 Mon Sep 17 00:00:00 2001 From: sgugger Date: Fri, 9 Oct 2020 12:12:03 -0400 Subject: [PATCH] Complete release instruction --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0363c23e2..7768012e9 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,7 @@ To create the package for pypi. 1. Change the version in __init__.py, setup.py as well as docs/source/conf.py. Remove the master from the links in the new models of the README: (https://huggingface.co/transformers/master/model_doc/ -> https://huggingface.co/transformers/model_doc/) + then run `make fix-copies` to fix the index of the documentation. 2. Unpin specific versions from setup.py that use a git install.