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
Build the Docker image on pushes, tags, and pull requests
Previously, we'd only build the Docker image on pushes and PRs to main.
In particular, that excluded tags (even on main). With this patch, build
the Docker image all the time, but only push it to ghcr.io when we tag,
which is consistent with how we upload to PyPI.
0 commit comments