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 2a915ab commit b36d0ebCopy full SHA for b36d0eb
.github/workflows/release-please.yml
@@ -179,5 +179,6 @@ jobs:
179
env:
180
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
181
run: |
182
+ conda install -c anaconda anaconda-client -y
183
anaconda upload --label main conda/*/*.tar.bz2
184
0 commit comments