diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 89c76e9..4016be3 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -76,5 +76,4 @@ jobs: CONDA_LABEL="main" if [ "${IS_RC}" = "true" ]; then CONDA_LABEL="rc"; fi conda build --output-folder . . - ls -al /home/runner/work/pystog/pystog/conda.recipe anaconda upload --label $CONDA_LABEL noarch/*.tar.bz2