We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2fb4d commit ef3a3ebCopy full SHA for ef3a3eb
packages/python/plotly/setup.py
@@ -286,7 +286,7 @@ def get_latest_publish_build_info(repo, branch):
286
287
url = (
288
r"https://circleci.com/api/v1.1/project/github/"
289
- r"{repo}/tree/{branch}?limit=10000\&filter=completed"
+ r"{repo}/tree/{branch}?limit=100&filter=completed"
290
).format(repo=repo, branch=branch)
291
292
branch_jobs = request_json(url)
0 commit comments