Skip to content

Commit dfffe4e

Browse files
committed
no conda-build platform arg
1 parent 5db7e23 commit dfffe4e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/conda_release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ jobs:
7777
PACKAGE_HOME: ${{ steps.vars.outputs.PACKAGE_HOME }}
7878
run: |
7979
cd conda-recipe
80-
conda-build . \
81-
--output-folder ../conda-build-artifacts \
82-
--platform ${{ matrix.platform }}
80+
conda-build . --output-folder ../conda-build-artifacts
8381
8482
# 5) Upload the built artifacts to Anaconda.org
8583
- name: Upload to Anaconda.org

0 commit comments

Comments
 (0)