Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish to pypi github template #20

Open
anki-code opened this issue Jan 18, 2023 · 1 comment
Open

Publish to pypi github template #20

anki-code opened this issue Jan 18, 2023 · 1 comment

Comments

@anki-code
Copy link
Member

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!

@jnoortheen
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants