File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3030 ` git tag --sign vA.B.C -m "vA.B.C" `
31316 . Push the tag to GitHub ` git push origin vA.B.C `
3232
33- * A push triggers the [ CI workflow] ( .github/workfows/ci.yml ) , which, on success,
34- triggers the [ CD workflow] ( .github/workfows/cd.yml ) , which builds source dist and
35- wheel, creates a preliminary GitHub release under ` vA.B.C-rc ` , and pauses for review.*
33+ * A tag push triggers the [ CD
34+ workflow] ( https://github.com/theupdateframework/python-tuf/blob/develop/.github/workflows/cd.yml ) ,
35+ which runs the tests, builds source dist and wheel, creates a preliminary GitHub
36+ release under ` vA.B.C-rc ` , and pauses for review.*
3637
37387 . Run ` verify_release --skip-pypi ` locally to make sure a build on your machine matches
3839 the preliminary release artifacts published on GitHub.
You can’t perform that action at this time.
0 commit comments