提交 4073e991 authored 作者: Joseph Turian's avatar Joseph Turian

Updated release instructions

上级 642cf31b
...@@ -30,7 +30,6 @@ Now, package the release and move it to the static theano directory:: ...@@ -30,7 +30,6 @@ Now, package the release and move it to the static theano directory::
cd .. cd ..
tar cvf Theano-0.X.tar Theano-0.X tar cvf Theano-0.X.tar Theano-0.X
gzip -9 Theano-0.X.tar gzip -9 Theano-0.X.tar
rm -Rf Theano-0.X
mv Theano-0.X.tar.gz www/theano_static/downloads/ mv Theano-0.X.tar.gz www/theano_static/downloads/
~/repos/theano/.hg/refresh-epydoc.sh ~/repos/theano/.hg/refresh-epydoc.sh
...@@ -42,7 +41,13 @@ directory:: ...@@ -42,7 +41,13 @@ directory::
Finally, use setuptools to register and upload the release:: Finally, use setuptools to register and upload the release::
cd Theano-0.X
python setup.py register sdist bdist_egg upload python setup.py register sdist bdist_egg upload
# If you get an error message about needing to be identified, then store
# your pypi information in ~/.pypirc
# You can remove this file after upload.
cd ..
rm -Rf Theano-0.X
I wrote the above without actually running it. This needs to be I wrote the above without actually running it. This needs to be
scrutinized when you are actually do a release. scrutinized when you are actually do a release.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论