-
Notifications
You must be signed in to change notification settings - Fork 67
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-assets error #595
Comments
Here is the output with
As to why it did not show up on #594 I think it is because this repo produces much smaller wheel:
|
Thanks @krassowski for diving into this, and thanks for the tip, I didn't know how to try my version of the workflow. Curious about the result of your change, I wonder if the issue is not the use of |
Maybe yes, but |
Right, that is just 149.5 kB. Still mroe than 54.5 kB.
Right now testing pinning versions, will have full data in 10 minutes |
Pinning confirms that all 2.3.x versions fail:
|
For some reason jupyter-ai CI is green despite installing pypiserver-2.3.2, see https://github.com/jupyterlab/jupyter-ai/actions/runs/12011699089/job/33497731455. I think that the only meaningful difference is that it pinsPython version to |
I opened upstream issue and a PR to pin the version to 2.2.0 in the meantime: |
Description
the
publish-assets
action seems to fail on some repo:FileBrowserModel.onFileChanged
for drives (includingRTC:
) jupyterlab/jupyterlab#16988, Pin Python version for visual regression testing to 3.11 jupyterlab/jupyterlab#16989Maybe more jupyter repo...
Reproduce
open a PR in one of the above repository
Expected behavior
The test to pass
Context
This is probably due to the last release of
pypiserver
https://github.com/pypiserver/pypiserver/releases/tag/v2.3.0Note
I tried to reproduce it in the
jupyter_releaser
repository in #594, which run the same action and used the same version of pypiserver 2.3.2, without success.The text was updated successfully, but these errors were encountered: