We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db7e23 commit dfffe4eCopy full SHA for dfffe4e
.github/workflows/conda_release.yml
@@ -77,9 +77,7 @@ jobs:
77
PACKAGE_HOME: ${{ steps.vars.outputs.PACKAGE_HOME }}
78
run: |
79
cd conda-recipe
80
- conda-build . \
81
- --output-folder ../conda-build-artifacts \
82
- --platform ${{ matrix.platform }}
+ conda-build . --output-folder ../conda-build-artifacts
83
84
# 5) Upload the built artifacts to Anaconda.org
85
- name: Upload to Anaconda.org
0 commit comments