diff options
author | Sam James <sam@gentoo.org> | 2021-12-09 09:20:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-09 09:20:45 +0000 |
commit | 2d9eaa2514e5a2a7982bd6bdde0cb907ecd404fd (patch) | |
tree | 7e6de46d9f1689cd1c7235abdf8dd4f74ae785bd /DEVELOPING | |
parent | DEVELOPING: update release instructions (diff) | |
download | portage-2d9eaa2514e5a2a7982bd6bdde0cb907ecd404fd.tar.gz portage-2d9eaa2514e5a2a7982bd6bdde0cb907ecd404fd.tar.bz2 portage-2d9eaa2514e5a2a7982bd6bdde0cb907ecd404fd.zip |
DEVELOPING: add pypi instructions
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'DEVELOPING')
-rw-r--r-- | DEVELOPING | 8 |
1 files changed, 7 insertions, 1 deletions
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. |