From 559e8d60a06c8708c8ee362f75c39606e9edd290 Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Tue, 23 Jan 2024 16:24:22 -0500 Subject: [PATCH] doc: lets do the GitHub release after the builds/uploads --- docs/devel.adoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/devel.adoc b/docs/devel.adoc index 3f6cdc72..a9057245 100644 --- a/docs/devel.adoc +++ b/docs/devel.adoc @@ -170,11 +170,6 @@ docker images (latest, slim), on linux, on Windows .Push your changes (don't forget the tag!) -.Make a release on github (from changelog and copy sections themes from previous releases) -* linkify issues with vim's: `%s/{uri-issue}\d\+\[#\(\d\+\)\]/#\1/gc` -* sections, vim's: `%s/^=== \(.*\)$/## \1/gc` -* asciidoc links to markdown with vim: `%s/link:\([^\[]\+\)\(\[[^\[]\+\]\)/\2(\1)/gc` - .Upload binaries to PyPI Instructions are partially from: https://cibuildwheel.readthedocs.io/en/stable/deliver-to-pypi/#manual-method @@ -189,6 +184,12 @@ Instructions are partially from: https://cibuildwheel.readthedocs.io/en/stable/d # Upload using 'twine' pipx run twine upload dist/* +.Make a release on github (from changelog and copy sections themes from previous releases) +* linkify issues with vim's: `%s/{uri-issue}\d\+\[#\(\d\+\)\]/#\1/gc` +* sections, vim's: `%s/^=== \(.*\)$/## \1/gc` +* asciidoc links to markdown with vim: `%s/link:\([^\[]\+\)\(\[[^\[]\+\]\)/\2(\1)/gc` +* include build artifacts generated previously (everything in dist/) + .Post-release * Update version in `pyproject.toml` (+1 bugfix, append '.dev0') and commit * commit msg: Begin development on next release