Skip to content

Commit

Permalink
fixing conda package deploy after conda update (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
timryanb authored Jan 29, 2025
1 parent b303195 commit 3d31860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_conda_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ jobs:
conda config --set anaconda_upload no;
cd ${TACS_DIR}/conda;
conda build --variants "{scalar: ${{ matrix.SCALAR }}}" -c smdogroup -c conda-forge $BUILD_ARGS --output-folder . .;
anaconda upload --label $LABEL ${{ matrix.TARGET }}/*.tar.bz2 --force;
anaconda upload --label $LABEL ${{ matrix.TARGET }}/*.conda --force;

0 comments on commit 3d31860

Please sign in to comment.