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 5e4b9aa commit e85756fCopy full SHA for e85756f
.github/workflows/release.yml
@@ -131,7 +131,7 @@ jobs:
131
name: conda-package
132
- uses: conda-incubator/setup-miniconda@v2
133
- run: conda install -c conda-forge --yes anaconda-client
134
- - run: anaconda --token ${{ secrets.ANACONDATOKEN }} upload --user scipp --label main $(ls conda-package-*/*/*.tar.bz2)
+ - run: anaconda --token ${{ secrets.ANACONDATOKEN }} upload --user scipp --label main $(ls conda-package/*/*.tar.bz2)
135
136
upload_docs:
137
name: Deploy docs
0 commit comments