jupyter-server / jupyter_releaser

A set of helper scripts and GitHub Actions to aid in automated releases of Python and npm packages.
https://jupyter-releaser.readthedocs.io/en/latest/
Other
46 stars 64 forks source link

Fix `maxsplit` usage #572

Closed krassowski closed 5 months ago

krassowski commented 5 months ago

Fixes https://github.com/jupyter-server/jupyter_releaser/issues/571

There are three difficult things in programming: naming things and off by one errors.