Skip to content

Commit ccaf71d

Browse files
renaming args and adding more
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 1ebf243 commit ccaf71d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ on:
1616
description: 'The highest semantic version tag without the "v" prefix (e.g., 1.2.3)'
1717
required: true
1818
type: string
19+
token:
20+
description: 'Personal Access Token'
21+
required: true
22+
default: ""
23+
type: string
24+
1925
workflow_call:
2026
inputs:
2127
release_version:
@@ -26,12 +32,17 @@ on:
2632
description: 'The highest semantic version tag without the "v" prefix (e.g., 1.2.3)'
2733
required: true
2834
type: string
35+
token:
36+
description: 'Personal Access Token'
37+
required: true
38+
default: ""
39+
type: string
2940

3041
jobs:
3142
get-version:
3243
uses: ./.github/workflows/get_semantic_release_version.yml
3344
with:
34-
custom_version: ${{ github.event.inputs.custom_version }}
45+
custom_version: ${{ github.event.inputs.release_version }}
3546
token: ${{ github.event.inputs.token }}
3647

3748
build-python-wheel:

0 commit comments

Comments
 (0)