Skip to content

Commit

Permalink
Use correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Apr 26, 2021
1 parent 769e90a commit 2c7aad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ jobs:
mamba install -n base -y conda-build
conda build -m .ci_support/${{ matrix.CONDA_BUILD_YML}}.yaml conda.recipe
mamba install -y conda-channel-client
python -m upload-conda-package (conda render -m .ci_support/${{ matrix.CONDA_BUILD_YML }}.yaml --output conda.recipe)
python -m conda_channel_client (conda render -m .ci_support/${{ matrix.CONDA_BUILD_YML }}.yaml --output conda.recipe)

0 comments on commit 2c7aad6

Please sign in to comment.