jupyter_releaser
jupyter_releaser copied to clipboard
Python sub-packages are not published
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.
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.
I uploaded it manually, I'll see if it happens again.