jupyter_releaser icon indicating copy to clipboard operation
jupyter_releaser copied to clipboard

Python sub-packages are not published

Open davidbrochart opened this issue 3 years ago • 2 comments

Description

I created a full release of FPS. It seems to recognize the sub-package fps-uvicorn:

Checking dist/fps-0.0.20-py3-none-any.whl: PASSED
Checking dist/fps-0.0.20.tar.gz: PASSED
Checking dist/fps_uvicorn-0.0.20-py3-none-any.whl: PASSED
Checking dist/fps_uvicorn-0.0.20.tar.gz: PASSED

But it didn't publish it (only fps was published). This used to work.

davidbrochart avatar Sep 19 '22 09:09 davidbrochart

I'm not sure, the only thing that changed was that I added an "echo=True" in https://github.com/jupyter-server/jupyter_releaser/pull/363. It says "Handling dist file dist/fps_uvicorn-0.0.20-py3-none-any.whl" but then does not end up uploading it. Perhaps more logging is needed.

blink1073 avatar Sep 19 '22 15:09 blink1073

I uploaded it manually, I'll see if it happens again.

davidbrochart avatar Sep 19 '22 15:09 davidbrochart