Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit ccf4234

Browse files
committed
Adjust release script
1 parent 6d874a1 commit ccf4234

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ else
99
exit 1
1010
fi
1111

12-
/usr/bin/pandoc -f markdown -t rst README.md > README.txt
12+
pandoc -f markdown -t rst README.md > README.txt
1313

14-
/usr/bin/python setup.py register -r $PYPI
14+
python setup.py register -r $PYPI
1515

16-
/usr/bin/python setup.py sdist upload -r $PYPI
16+
python setup.py sdist upload -r $PYPI
1717

18-
/bin/rm README.txt
18+
rm README.txt

0 commit comments

Comments
 (0)