Skip to content

Commit

Permalink
update workflow notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Feb 12, 2025
1 parent 367a861 commit c865d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_workflow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Notes: New release tags (with patch=0) should be tagged on the main branch so
git push --tags
- On GH, make a release. wheels.yml should run automatically.
- Make a release branch off of that last tagged commit
git branch -b releases/0.7
git checkout -b releases/0.7
git push origin releases/0.7

0 comments on commit c865d11

Please sign in to comment.