Skip to content

Commit ef3a3eb

Browse files
committed
fix circleci url in get_latest_publish_build_info
1 parent 6d2fb4d commit ef3a3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def get_latest_publish_build_info(repo, branch):
286286

287287
url = (
288288
r"https://circleci.com/api/v1.1/project/github/"
289-
r"{repo}/tree/{branch}?limit=10000\&filter=completed"
289+
r"{repo}/tree/{branch}?limit=100&filter=completed"
290290
).format(repo=repo, branch=branch)
291291

292292
branch_jobs = request_json(url)

0 commit comments

Comments
 (0)