xonsh/xontrib-template

Publish to pypi github template

anki-code opened this issue · 1 comments

Hi @jnoortheen!

I'm trying to publish xontrib based on xontrib-template to pypi - https://github.com/anki-code/xontrib-jump-to-dir/blob/4c505cc37b7e426f82ccda21564f94b5971f5f02/.github/workflows/release.yml#L58-L61

And I'm facing with issue:

image

How I should fix this?
Please fix xontrib-template to avoid this error for the new template users.

Thanks!

How I should fix this?

since setuptools is used for package management, you can use pip install .[doc] to install the dependencies for documentation

Please fix xontrib-template to avoid this error for the new template users.

That part is commented since it is not ready for use and needs some tweaking.