mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
31 lines
612 B
Plaintext
31 lines
612 B
Plaintext
|
|
- Bump the version number:
|
|
|
|
mitmproxy/libmproxy/version.py
|
|
netlib/netlib/version.py
|
|
netlib/requirements.txt
|
|
netlib/test/requirements.txt
|
|
pathod/netlib/version.py
|
|
pathod/requirements.txt
|
|
pathod/test/requirements.txt
|
|
|
|
|
|
- Render the docs:
|
|
cshape doc-src doc
|
|
|
|
- Run the test release, make sure the output is sensible
|
|
./release/test-release
|
|
|
|
- Build sdist packages:
|
|
python ./setup.py sdist
|
|
|
|
- Test the packages by installing in a virtualenv:
|
|
- cd dist
|
|
- tar -xzvf pkgfile.tgz
|
|
- virtualenv venv
|
|
|
|
- Build the OSX binaries
|
|
- Follow instructions in osxbinaries
|
|
|
|
|