Skip to content

Commit f17ebf4

Browse files
committed
Administrative kinds of changes
1 parent 85dcce4 commit f17ebf4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Goto https://github.com/rocky/python-uncompyle6/releases
6363

6464
# Upload single package and look at Rst Formating
6565

66-
$ twine check dist/xasm-${VERSION}*
66+
$ twine check dist/uncompyle6-${VERSION}*
6767
$ twine upload dist/uncompyle6-${VERSION}-py3.3.egg
6868

6969
# Upload rest of versions

admin-tools/pyenv-newer-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
55
echo "This script should be *sourced* rather than run directly through bash"
66
exit 1
77
fi
8-
export PYVERSIONS='3.6.9 3.7.4 2.6.9 3.3.7 2.7.16 3.2.6 3.1.5 3.4.10 3.5.7'
8+
export PYVERSIONS='3.6.9 3.7.5 2.6.9 3.3.7 2.7.16 3.2.6 3.1.5 3.4.10 3.5.7'

0 commit comments

Comments
 (0)