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

Remove pip install -e . step in the check release workflow #116

Merged
merged 2 commits into from Mar 9, 2023

Conversation

jtpio
Copy link
Contributor

@jtpio jtpio commented Mar 9, 2023

This might help catch potential issues like in https://github.com/QuantStack/jupytercad/blob/3fc5a729af654d676c9db76fc65a28852892ab90/pyproject.toml#L72.

The "Prep Release" and "Publish Release" workflows of the releaser don't install the package in editable mode anymore: jupyter-server/jupyter_releaser#449

Not doing it in the check release workflow should help stay closer to the actual release process.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2023

Binder 👈 Launch a Binder on branch jtpio/jupytercad/remove-pip-install-check-release

@jtpio
Copy link
Contributor Author

jtpio commented Mar 9, 2023

The check release fails with:

image

Copy link
Collaborator

@martinRenou martinRenou left a comment

Choose a reason for hiding this comment

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

Thanks!

@martinRenou martinRenou merged commit f7a0f6b into jupytercad:main Mar 9, 2023
@jtpio jtpio deleted the remove-pip-install-check-release branch March 9, 2023 12:20
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.

None yet

2 participants