Publish not from the last code cell#

from nbproject import header, publish

header()
idVahIVDKKScdz
versiondraft
time_init2022-07-11 12:16
time_run2022-10-07 21:45
pypackagenbproject==0.5.3 pytest==7.1.3
import pytest

The following will throw an error, because publish is not in the last code cell.

with pytest.raises(RuntimeError):
    publish(i_confirm_i_saved=True)
1 + 1
2