File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 9595 - uses : actions/download-artifact@v2
9696 with :
9797 name : conda-package-noarch
98- - run : conda install conda-package-*/*/*.tar.bz2
98+ - run : conda install conda-package*/*/*.tar.bz2
99+ # - run: conda install conda-package-*/*/*.tar.bz2
99100 - run : |
100101 python -m sphinx -j2 -v -b html -d doctrees docs html
101102 python -m sphinx -j2 -v -b doctest -d doctrees docs html
@@ -128,7 +129,7 @@ jobs:
128129 steps :
129130 - uses : actions/download-artifact@v2
130131 with :
131- name : conda-package
132+ name : conda-package-noarch
132133 - uses : conda-incubator/setup-miniconda@v2
133134 - run : conda install -c conda-forge --yes anaconda-client
134135 - run : anaconda --token ${{ secrets.ANACONDATOKEN }} upload --user scipp --label main $(ls conda-package-*/*/*.tar.bz2)
You can’t perform that action at this time.
0 commit comments