In order to create a new release:
-
Navigate to the Fairseq Workflows and find the one named Fairseq Release.
-
Under Run Workflow choose the branch
main
and for Release Type enter eithermajor
,minor
, orpatch
. -
A branch named
$new_version-release
will be created where theversion.txt
file is updated. Merge those changes intomain
. -
Make sure that a new PYPI package has been uploaded.
-
Make sure that a new github release has been created.