Skip to content

Commit af62abb

Browse files
committed
Adminsitrivia
1 parent e718fef commit af62abb

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ trepan 1.2.3 2021-01-24
33

44
* Add `set tempdir` and `show tempdir`. In remote debugging this is useful
55
* eval?: add "and" and "or" by stripping out the final and/or
6-
* deal wit no style set
6+
* deal with no style set
77
* use PyPI term-background package
88
* fix bug in decompiling
99

admin-tools/how-to-make-a-release.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,27 @@
5454
# Make packages and tag
5555

5656
$ . ./admin-tools/make-dist-older.sh
57-
$ pyenv local 3.8.3 && twine check dist/trepan2-$__version__* && pyenv local 2.7.18s
57+
$ pyenv local 3.8.6 && twine check dist/trepan2-$__version__* && pyenv local 2.7.18
5858
$ git tag release-python-2.4-$__version__
5959
$ . ./admin-tools/make-dist-newer.sh
60-
$ pyenv local 3.8.3 && twine check dist/trepan2-$__version__* && pyenv local 2.7.18
60+
$ pyenv local 3.8.6 && twine check dist/trepan2-$__version__* && pyenv local 2.7.18
6161

6262

6363
# Check package on github
6464

6565
$ [[ ! -d /tmp/gittest ]] && mkdir /tmp/gittest; pushd /tmp/gittest
6666
$ pyenv local 2.7.18
6767
$ pip install -e git://github.com/rocky/python2-trepan.git#egg=trepan
68-
$ trepan2 --version
68+
$ trepan2 --version
69+
$ trepan2 trepan2
6970
$ pip uninstall trepan2
7071
$ popd
7172

7273
# Release on github
7374

7475
Goto https://github.com/rocky/python2-trepan/releases/new
7576

76-
# Get on PyPy
77+
# Get on PyPI
7778

7879
$ pyenv local 3.6.10 && twine upload dist/trepan2-${__version__}* && pyenv local 2.7.18
7980
# Push tags:

0 commit comments

Comments
 (0)