We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889417c commit e80c131Copy full SHA for e80c131
1 file changed
admin-tools/how-to-make-a-release.md
@@ -55,9 +55,7 @@
55
# Make packages and tag
56
57
$ . ./admin-tools/make-dist-older.sh
58
- $ pyenv local 3.8.2
59
- $ twine check dist/uncompyle6-$VERSION*
60
- $ git tag release-python-2.4-$VERSION
+ $ pyenv local 3.8.3
61
$ twine check dist/uncompyle6-$VERSION*
62
$ . ./admin-tools/make-dist-newer.sh
63
0 commit comments