You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No retry/republish has happened since, so 0.0.15 never landed on PyPI.
Impact
Downstream users who saw the v0.0.15 GitHub release / changelog and tried to pin it (xarray_plotly==0.0.15 in pyproject.toml / pixi.toml / requirements.txt) get an unresolvable dependency. The fix-set in 0.0.15 (legend/style/axis-range fixes in combined figures, per release notes) is also unavailable to anyone installing via pip.
Problem
The
v0.0.15GitHub release exists (tag v0.0.15, published 2026-03-23) but the package is not available on PyPI. Latest PyPI version is still0.0.14:pip install xarray_plotly==0.0.15therefore fails withNo matching distribution.Root cause
The Publish workflow run triggered by the v0.0.15 tag failed:
.github/workflows/publish.yamlfailure, 2026-03-23T15:51:30Z)No retry/republish has happened since, so 0.0.15 never landed on PyPI.
Impact
Downstream users who saw the v0.0.15 GitHub release / changelog and tried to pin it (
xarray_plotly==0.0.15inpyproject.toml/pixi.toml/requirements.txt) get an unresolvable dependency. The fix-set in 0.0.15 (legend/style/axis-range fixes in combined figures, per release notes) is also unavailable to anyone installing via pip.Suggested fix
One of:
v0.0.16with the same content so a fresh release-please flow can publish it.v0.0.15sdist+wheel to PyPI.Happy to help test once a wheel is up.