8000 release: Fix release workflow (#7) · python/cpython-devcontainers@e57f7f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit e57f7f1

Browse files
authored
release: Fix release workflow (#7)
1 parent 68189fa commit e57f7f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
on:
22
workflow_dispatch:
3-
input:
3+
inputs:
44
package:
55
description: "Package name"
66
required: true
7+
default: 'autoconf'
78
type: choice
89
options:
910
- autoconf

0 commit comments

Comments
 (0)
0