File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,9 @@ def update(args):
129129 # latest available tag (index 0) for all other dependencies
130130 repo_version_tag = tags_list_filtered [0 ]["name" ]
131131
132- # use version tag instead of commit sha for a release update
133- new_commit_sha = repo_version_tag if args .release else repo_commit_sha
132+ # use version tag instead of commit sha for a release update or for pybind11
133+ use_version_tag = args .release or (repo_name == "pybind11" )
134+ new_commit_sha = repo_version_tag if use_version_tag else repo_commit_sha
134135
135136 # update commit
136137 if repo_name != "warpx" :
Original file line number Diff line number Diff line change 88 "commit_amrex" : " c4fcda1fb2ea238c3e6fa273dc9cfcde54b4cc51" ,
99 "commit_pyamrex" : " 5fc00b46b2a60b2c20b9067500c4b68f709ccb94" ,
1010 "commit_picsar" : " 0c329e66010267662a82219f7de7abbd231463f4" ,
11- "commit_pybind11" : " af796d0a99f0cbd9aebb10591257c41a56811cf6 " ,
11+ "commit_pybind11" : " v3.0.1 " ,
1212 "commit_picmi" : " e79dc49c58ad65b5e207ed40e4e6edc4b1482241"
13- }
13+ }
You can’t perform that action at this time.
0 commit comments