nbdev icon indicating copy to clipboard operation
nbdev copied to clipboard

Add ability to generate `nbdev_pypi` output without uploading to PyPi

Open rossheat opened this issue 3 years ago • 1 comments

Uploading the dist directory to PyPi in response to a new release using GH Actions is a common workflow.

Hence, having the ability to generate the dist directory without uploading it to PyPI would be useful.

While nbdev_pypi both creates and uploads, perhaps we could add a nbdev_dist command to address this?

rossheat avatar Sep 08 '22 04:09 rossheat

Or maybe a "--no_upload" flag?

Would you be interested in trying a PR to add that? (No worries if not - I can do it otherwise)

jph00 avatar Sep 08 '22 07:09 jph00