Skip to content

Commit d6af202

Browse files
committed
Fix uploading
1 parent aa9636a commit d6af202

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,7 @@ jobs:
257257
- name: Download artifact
258258
uses: actions/download-artifact@v2
259259
with:
260-
# `-c dppy_label_dev`: packages not published on `-c intel` yet
261-
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }} -c dppy_label_dev
260+
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
262261

263262
- name: Install anaconda-client
264263
run: conda install anaconda-client
@@ -283,8 +282,7 @@ jobs:
283282
- name: Download artifact
284283
uses: actions/download-artifact@v2
285284
with:
286-
# `-c dppy_label_dev`: packages not published on `-c intel` yet
287-
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }} -c dppy_label_dev
285+
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
288286

289287
- uses: conda-incubator/setup-miniconda@v2
290288
with:

0 commit comments

Comments
 (0)