Skip to content

Commit 5118952

Browse files
authored
fix docs publish on beta (#109)
1 parent cac322a commit 5118952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
# (usually the git tag will have v as the first character)
6262
# Note the `cut` index is 1-ordered
6363
if echo $VERSION | cut -c 2- | grep -q "[A-Za-z]"; then
64-
cd python && uv run --no-project mike deploy $VERSION latest --update-aliases --push
65-
else
6664
# For beta versions publish but don't set as latest
6765
cd python && uv run --no-project mike deploy $VERSION --update-aliases --push
66+
else
67+
cd python && uv run --no-project mike deploy $VERSION latest --update-aliases --push
6868
fi

0 commit comments

Comments
 (0)