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

Exclude node_modules from sdists #415

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

martinRenou
Copy link
Member

No description provided.

Copy link
Contributor

Preview PR at appsharing.space

@@ -42,7 +42,7 @@ fields = ["description", "authors", "urls"]

[tool.hatch.build.targets.sdist]
artifacts = ["jupytercad_core/labextension"]
exclude = [".github", "binder"]
exclude = [".github", "binder", "node_modules"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: is binder here related to the thing - launch the binder that was being used on PRs before?
Are we still using that?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are not using it in the PR but it can be useful for others who want to deploy jupytercad to mybinder

@trungleduc
Copy link
Member

it looks like the jupyterlite deployment is broken, could you bump the actions/deploy-pages action to v4 to see if if fixes the issue?

@martinRenou martinRenou merged commit 8933530 into jupytercad:main Sep 13, 2024
10 checks passed
@martinRenou martinRenou deleted the exclude_node_modules_sdist branch September 13, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants