build: trigger manual upload PyPi releases#1004
build: trigger manual upload PyPi releases#1004igaw wants to merge 2 commits intolinux-nvme:masterfrom
Conversation
Sometime the upload failed to PyPi to permission issues or network issues. Thus add a feature to upload historic releases to PyPi. Signed-off-by: Daniel Wagner <[email protected]>
src/meson.build:51:10: ERROR: library keyword argument "version" Invalid Shared library version "1.12.dev0". Must be of the form X.Y.Z where all three are numbers. Y and Z are optional. Signed-off-by: Daniel Wagner <[email protected]>
|
@glimchb could you review this? thanks! |
|
I triggered a manual build for the v1.12 tag from the master branch. The checkout is from master and not v1.12: https://github.com/linux-nvme/libnvme/actions/runs/14658644341/job/41138093843 The documentation on There must be something off in the current workflow... |
|
Do we just need to update the initial checkout step to consider |
|
I really don't want to spend any more time on this topic. Thus I'll drop this, I really don't care if PyPi gets updates or not. |

Sometimes the upload fails for $reasons. Have something in place to manually be able to upload PyPi releases.
#967