Lines Matching +full:github +full:- +full:upload +full:- +full:release
1 # How to release
5 * `parallel -j0 exec ::: test/*_test` can help ensure everything at least
7 * Prepare release notes
8 * `git log $(git describe --abbrev=0 --tags)..HEAD` gives you the list of
12 to the release version you're creating. (This version will be used if benchmark is installed
23 * Create a release through github's interface
26 * `git pull --tags`
27 * `git tag -a -f <tag> <tag>`
28 * `git push --force --tags origin`
29 * Confirm that the "Build and upload Python wheels" action runs to completion
31 …ANT: When re-running manually, make sure to select the newly created `<tag>` as the workflow versi…