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
45 stars 64 forks source link

Fix string repository #541

Closed fcollonval closed 7 months ago

fcollonval commented 7 months ago

Reference

Bug seen in https://github.com/jupyterlab/lumino/actions/runs/7170712609/job/19524081611?pr=664

The buildutils package of lumino defines its repository as a string (this is valid) https://github.com/jupyterlab/lumino/blob/744b258922173ca80bb6ec9718732ff437ebf75b/buildutils/package.json#L10

Code changes

Test for the type of repository