Tag 2.3.0dev6 exists but the package is missing under bokeh/label/dev
See original GitHub issueI suppose this is a bug in release automation.
(branch-2.3) ~/repo/bokeh
$ git tag -l 2.3.0dev6
2.3.0dev6
$ conda search -c bokeh/label/dev bokeh=2.3.0dev6
Loading channels: done
No match found for: bokeh=2.3.0dev6. Search: *bokeh*=2.3.0dev6
PackagesNotFoundError: The following packages are not available from current channels:
- bokeh=2.3.0dev6
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Bokeh/CHANGELOG at master · digitalsatori/Bokeh - GitHub
Statistical plots for Python. Contribute to digitalsatori/Bokeh development by creating an account on GitHub.
Read more >Changelog - GitHub
Widgets` objects missing `tools`, required by `Bokeh.Plotting.gridplot()` - #11037 [component: bokehjs] [BUG] Using `sizing_mode` in ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@mattpap @jbednar Bokeh
2.3.0dev7
is published, this time using the GH deploy action entirely to publish pip, conda, and docs.@mattpap there is no automation added to publish npm packages yet, this is an area where you will need to take the lead because you are the one with strong opinions about the policy. I’m happy to help with any questions about the code under
bokeh/release
I started https://github.com/bokeh/bokeh/pull/10730 to get this sorted out.