Skip to content

Commit

Permalink
[publish_conda] add --user bam77
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiercks committed Mar 8, 2023
1 parent dbe5ad7 commit 2d59926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
conda install conda-build anaconda-client conda-verify
conda config --set anaconda_upload yes
cd $GITHUB_WORKSPACE
conda build --token "$ANACONDA_TOKEN" .conda -m .conda/conda_build_config.yaml
conda build --token "$ANACONDA_TOKEN" --user bam77 .conda -m .conda/conda_build_config.yaml

0 comments on commit 2d59926

Please sign in to comment.