Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiZhang-116-4 committed Oct 5, 2024
1 parent be7ad33 commit b4498d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ for tag in "${tags[@]}"; do
sphinx-build docs/source docs/api/$tag
rm -rf docs/source
;;
v0.1.0 | *)
git checkout $tag
python docs/update_quairkit_rst.py
sphinx-build docs/sphinx_src docs/api/$tag
rm -rf docs/sphinx_src
;;
v0.2.0 | *)
git checkout $tag
python docs/update_quairkit_rst.py
Expand Down

0 comments on commit b4498d9

Please sign in to comment.