Skip to content

Commit 9a3e531

Browse files
committed
build against plotly.js master releases
1 parent df06c1c commit 9a3e531

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,7 @@ def finalize_options(self):
292292
pass
293293

294294
def run(self):
295-
branch = 'improve-ci-publish-container'
296-
# branch = 'master'
297-
295+
branch = 'master'
298296
build_info = get_latest_publish_build_info(branch)
299297

300298
bundle_url, schema_url = get_bundle_schema_urls(

0 commit comments

Comments
 (0)