Skip to content

Commit 058439b

Browse files
authored
fix: build package with specified Python version (#395)
Although i the python version was being picked up properly, it was not defined in the action.
1 parent a91da51 commit 058439b

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)