You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
47 lines
760 B
Plaintext
47 lines
760 B
Plaintext
git pull
|
|
|
|
Change version in uncompyle6/version.py
|
|
source uncompyle6/version.py
|
|
echo $VERSION
|
|
git commit -m"Get ready for release $VERSION" .
|
|
|
|
Update ChangeLog:
|
|
make ChangeLog
|
|
|
|
Update NEWS from ChangeLog
|
|
make check
|
|
|
|
git commit --amend .
|
|
|
|
git push
|
|
|
|
Make sure pyenv is running
|
|
# Pyenv
|
|
|
|
source admin-tools/check-newer-versions.sh
|
|
|
|
|
|
# Switch to python-2.4 and build that first...
|
|
source admin-tools/setup-python-2.4
|
|
|
|
rm ChangeLog
|
|
git merge master
|
|
|
|
Update NEWS from master branch
|
|
|
|
git commit -m"Get ready for release $VERSION" .
|
|
|
|
source admin-tools/check-older-versions.sh
|
|
source admin-tools/check-newer-versions.sh
|
|
|
|
make-dist-older.sh
|
|
|
|
git tag release-python-2.4-$VERSION
|
|
|
|
./make-dist-newer.sh
|
|
|
|
git tag release-$VERSION
|
|
|
|
|
|
twine upload dist/uncompyle6-${VERSION}*
|