Skip to content

Commit

Permalink
doc: lets do the GitHub release after the builds/uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Jan 23, 2024
1 parent 1e6a2f8 commit 559e8d6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/devel.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 559e8d6

Please sign in to comment.