Skip to content

Commit

Permalink
Print out error for npm upload (#564)
Browse files Browse the repository at this point in the history
(if it is not a previously published version error)
  • Loading branch information
krassowski committed Mar 25, 2024
1 parent ac38c6a commit fcf07a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyter_releaser/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ def publish_assets(
stderr = e.stderr
if "EPUBLISHCONFLICT" in stderr or "previously published versions" in stderr:
continue
util.log(stderr)
raise e
found = True
else:
Expand Down

0 comments on commit fcf07a4

Please sign in to comment.