Skip to content

Commit

Permalink
Fix conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoruiDong committed Sep 14, 2023
1 parent 1e9ecf4 commit d9dc0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Build Conda package
run: |
mamba install -y conda-build anaconda-client boa
conda mambabuild --output-folder conda-bld ../.conda/release
conda mambabuild --output-folder conda-bld .conda/release
anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload --force conda-bld/noarch/**/rdmc-*.tar.bz2

0 comments on commit d9dc0f9

Please sign in to comment.