Skip to content

Commit cf0612c

Browse files
committed
Try without dash
1 parent 1483c88 commit cf0612c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ jobs:
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)

0 commit comments

Comments
 (0)