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 12ba1df commit b7bcd74Copy full SHA for b7bcd74
1 file changed
.github/workflows/build.yaml
@@ -73,7 +73,7 @@ jobs:
73
- name: anaconda setup
74
run: |
75
pipx install anaconda-client
76
- binstar --version
+ binstar --version || binstar --help # version broke with typer 0.26.0 and click 8.4.0
77
- name: anaconda dev upload
78
if: contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc')
79
0 commit comments