commit: 2d9eaa2514e5a2a7982bd6bdde0cb907ecd404fd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 9 09:20:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 9 09:20:45 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2d9eaa25
DEVELOPING: add pypi instructions
Signed-off-by: Sam James <sam <AT> gentoo.org>
DEVELOPING | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/DEVELOPING b/DEVELOPING
index 624e59683..0299b0364 100644
--- a/DEVELOPING
+++ b/DEVELOPING
@@ -237,6 +237,12 @@ Publish the results (no going back now):
- Push the new git tag
- Upload the tarball
- Commit the new ebuild version
- - Upload the new version to pypi
+
+Create the release for pypi and upload it there:
+ - python -m venv .venv
+ - . .venv/bin/activate
+ - pip install wheel twine
+ - python setup.py bdist_wheel sdist
+ - twine upload dist/<filenames>
Close the bugs blocking the tracker bug for this release.