File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,14 +128,12 @@ Standard Python v2.x version:
128128
129129Experimental Python v3.x version:
130130 - Perform the v2.x release procedure above.
131- - Run the do3 script, which re-creates the python3/ directory from scratch,
132- based on the contents of the python/ directory.
133- - Check that the unit tests run:
134- cd python3 && make test
131+ - Build the python3/ code and test it with:
132+ cd tools/python && make test3
135133 - Create a py3k-release-<version> branch and shift to it with:
136134 git checkout -b py3k-release-<version>
137135 - Push the branch to Github with:
138136 git push origin py3k-release-<version>
139137 - Create a setup-tools packaged tarball dist/phonenumbers3k-<version>.tar.gz
140138 with:
141- make sdist # runs python3 setup.py sdist
139+ cd python3 && make sdist # runs python3 setup.py sdist
You can’t perform that action at this time.
0 commit comments