We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af099a7 commit 31411afCopy full SHA for 31411af
.github/workflows/emscripten.yml
@@ -21,8 +21,10 @@ on:
21
workflow_dispatch:
22
inputs:
23
push_wheels:
24
+ # Can be 'true' or 'false'. Default is 'false'.
25
+ # Warning: this will overwrite existing wheels.
26
description: >
- 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
28
required: false
29
default: 'false'
30
0 commit comments