-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Set up the releaser workflow #34
Comments
These should now be set ✔️ |
thanks @jtpio |
Ah, it's probably equivalent. For reference I looked at the |
Also it looks like we still to update the releaser workflows to use the GitHub app, as there is still a mention of
|
Yes, I saw that too, I'll open a PR with an update |
The releaser workflow failed to publish assets https://github.com/jupyterlab/jupyter-chat/actions/runs/9118046663/job/25070279419#step:5:157. |
Could it be because there is a Do we need this file, or could the releaser config be moved to the |
There are python packages : Lines 39 to 42 in f2288cf
The project is a monorepo containing one javascript package and 2 jupyterlab extension, including python packages. |
Ah ok, then yes we need to set up the project on PyPI. The easiest would probably to publish a placeholder package (with version |
Also since this repo is under the |
Thanks, it should work now. I guess this is the same issue with npmjs: https://github.com/jupyterlab/jupyter-chat/actions/runs/9124554676/job/25088955159#step:5:254 I can probably create placeholder for |
That's strange, the |
Oh, maybe it's because that package is under the If so, we can update the |
Looks like it worked: 🎉 https://github.com/jupyterlab/jupyter-chat/releases
At first, it was named For the extensions, since they were using the jupyterlab extension system, I choose to prefix them with I don't have a strong opinion on it. Are you aware of any open discussion of org subprojects since the switch to jupyter-frontends? |
OK thanks for the extra context 👍 I think it's fine to keep the |
Thanks @jtpio for helping with the release workflow |
Task list to set up the releaser workflow:
jupyterlab releaser bot
Github App (done by default)APP_ID
variable,NPM_TOKEN
andAPP_PRIVATE_KEY
secrets to that environment (coming from the Github app)cc @jtpio
The text was updated successfully, but these errors were encountered: