Skip to content

Commit 31411af

Browse files
CI: Shorten workflow dispatch input description
[skip cirrus] [skip circle] [skip azp] [skip travis]
1 parent af099a7 commit 31411af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ on:
2121
workflow_dispatch:
2222
inputs:
2323
push_wheels:
24+
# Can be 'true' or 'false'. Default is 'false'.
25+
# Warning: this will overwrite existing wheels.
2426
description: >
25-
Push wheels to Anaconda.org if the build is successful, can be 'true' or 'false'. Default is 'false'. Warning: this will overwrite existing wheels.
27+
Push wheels to Anaconda.org if the build succeeds
2628
required: false
2729
default: 'false'
2830

0 commit comments

Comments
 (0)