Skip to content

Commit

Permalink
Update release steps, distutils is no longer working for uploading to…
Browse files Browse the repository at this point in the history
… PyPi
  • Loading branch information
Nikratio committed Sep 17, 2021
1 parent a4027b8 commit f6f2d45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion developer-notes/release_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Steps for Releasing a New Version
* Run tests under valgrind. Build python `--with-valgrind --with-pydebug`, then `valgrind --trace-children=yes "--trace-children-skip=*mount*" python-dbg -m pytest test/`
* `./setup.py build_sphinx`
* `./setup.py build_ext --inplace build_sphinx`
* `./setup.py sdist upload --sign`
* `./setup.py sdist --sign`
* `python3 -m twine upload dist/<file>.gz`
* `./setup.py upload_docs`
* Git commit, git tag
* Send announcement to mailing list
Expand Down

0 comments on commit f6f2d45

Please sign in to comment.