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

Error with jupyterlab/jupyterlab and new simplified workflow #376

Closed
fcollonval opened this issue Sep 12, 2022 · 5 comments · Fixed by #375
Closed

Error with jupyterlab/jupyterlab and new simplified workflow #376

fcollonval opened this issue Sep 12, 2022 · 5 comments · Fixed by #375
Labels
bug Something isn't working

Comments

@fcollonval
Copy link
Member

Description

I tried to publish a new patch version 3.4.7 for JupyterLab

The first step drafting a changelog ran fine:

The second step publishing the package failed at draft release metadata retrieval; see log

@fcollonval fcollonval added the bug Something isn't working label Sep 12, 2022
@fcollonval
Copy link
Member Author

From the error I would guess the draft release is not listed in

for rel in gh.repos.list_releases():

@fcollonval
Copy link
Member Author

For me the list is empty - need to check if the token is correctly passed by because locally I can see the release

@blink1073
Copy link
Contributor

@davidbrochart and I debugging with jupyverse now using #375

@fcollonval
Copy link
Member Author

The line to blame is

owner, repo_name = os.environ["GITHUB_REPOSITORY"].split("/")

we should target RH_REPOSITORY and not the GITHUB_REPOSITORY

@fcollonval
Copy link
Member Author

Great thanks - you find out quicker than me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants