mwouts / jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
https://jupytext.readthedocs.io
MIT License
6.65k stars 386 forks source link

Simplify the publish CI to do "just publish" #1265

Closed mwouts closed 3 months ago

mwouts commented 3 months ago

Recently the publish CI has been failing due to the UI test (cf. https://github.com/mwouts/jupytext/actions/runs/9958694800/job/28138283717)

I'd rather have a publish CI that does "just publish"

github-actions[bot] commented 3 months ago

Thank you for making this pull request.

Did you know? You can try it on Binder: Binder:lab or Binder:notebook.

Also, the version of Jupytext developed in this PR can be installed with pip:

HATCH_BUILD_HOOKS_ENABLE=true pip install git+https://github.com/mwouts/jupytext.git@just_publish

(this requires nodejs, see more at Developing Jupytext)