Skip to content

Commit 19a194e

Browse files
committed
ci: Properly define python-version input
1 parent a91da51 commit 19a194e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/python-package-build/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ inputs:
1919
description: "Version of uv to use"
2020
required: false
2121
default: "latest"
22+
python-version:
23+
description: "Python version to use during the build"
24+
required: true
2225

2326
outputs:
2427
wheel-file:

0 commit comments

Comments
 (0)