Skip to content

Commit

Permalink
Add a debug entry for Windows tag upload (#74)
Browse files Browse the repository at this point in the history
* Add a debug entry for Windows tag upload

* Fix broken entrypoint
  • Loading branch information
xhochy authored Apr 26, 2021
1 parent 5268db3 commit 7cd469b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/conda-build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ jobs:
run: |
mamba install -n base -y conda-build
conda build -m .ci_support/${{ matrix.CONDA_BUILD_YML}}.yaml conda.recipe
echo upload-conda-package (conda render -m .ci_support/${{ matrix.CONDA_BUILD_YML }}.yaml --output conda.recipe)
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
upload-conda-package (conda render -m .ci_support/${{ matrix.CONDA_BUILD_YML }}.yaml --output conda.recipe)
python -m upload-conda-package (conda render -m .ci_support/${{ matrix.CONDA_BUILD_YML }}.yaml --output conda.recipe)

0 comments on commit 7cd469b

Please sign in to comment.