Skip to content

Commit 408cc59

Browse files
Frank GreguskaFrank Greguska
authored andcommitted
Remove reusable workflow specification because pypi does not support it: pypi/warehouse#11096
1 parent 6a15c37 commit 408cc59

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.github/workflows/publish-release.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,21 @@ on:
1414
description: "Comma separated list of steps to skip"
1515
required: false
1616
type: string
17-
workflow_call:
18-
inputs:
19-
branch:
20-
description: "The target branch"
21-
required: false
22-
type: string
23-
release_url:
24-
description: "The URL of the draft GitHub release"
25-
required: false
26-
type: string
27-
steps_to_skip:
28-
description: "Comma separated list of steps to skip"
29-
required: false
30-
type: string
17+
# Using this workflow as a reusable workflow will not work until https://github.com/pypi/warehouse/issues/11096 is resolved
18+
# workflow_call:
19+
# inputs:
20+
# branch:
21+
# description: "The target branch"
22+
# required: false
23+
# type: string
24+
# release_url:
25+
# description: "The URL of the draft GitHub release"
26+
# required: false
27+
# type: string
28+
# steps_to_skip:
29+
# description: "Comma separated list of steps to skip"
30+
# required: false
31+
# type: string
3132

3233
jobs:
3334
publish_release:

0 commit comments

Comments
 (0)