Skip to content

Commit

Permalink
Fix conda build script (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jun 25, 2024
1 parent d1e608d commit adb2cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/conda/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BK_CHANNEL=$(python -c "
import bokeh
from packaging.version import Version
if Version(bokeh.__version__).is_devrelease:
if Version(bokeh.__version__).is_prerelease:
print('bokeh/label/dev')
else:
print('bokeh')
Expand Down

0 comments on commit adb2cd7

Please sign in to comment.