mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Publish version 1.12.0
This commit is contained in:
-15
@@ -1,15 +0,0 @@
|
||||
#!/bin/sh
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
rm -rf doc/build
|
||||
mkdir doc/build
|
||||
cd doc/build
|
||||
git init
|
||||
|
||||
sphinx-build -b html -d doctrees .. .
|
||||
touch .nojekyll
|
||||
echo "/doctrees/" > .gitignore
|
||||
|
||||
git add .
|
||||
git commit --message "Automatic generation" || echo
|
||||
git push -f ../.. HEAD:gh-pages
|
||||
+2
-2
@@ -17,9 +17,9 @@ git add ReadMe.rst doc/changes.rst
|
||||
|
||||
git commit -m "Publish version $version"
|
||||
|
||||
cp -r doc COPYING* github
|
||||
cp COPYING* github
|
||||
python setup.py sdist upload
|
||||
rm -rf github/*.md github/doc github/COPYING*
|
||||
rm -rf github/COPYING*
|
||||
|
||||
echo "Break (Ctrl+c) here if something is wrong. Else, press enter"
|
||||
read foobar
|
||||
|
||||
Reference in New Issue
Block a user