From 899e89e6aeab581c82a5d1a673ff2aef54679baf Mon Sep 17 00:00:00 2001 From: gdulafactset <156331405+gdulafactset@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:48:35 +0100 Subject: [PATCH] chore: try build without output flag --- .github/workflows/publish.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c490549..6e3cf6a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,7 +74,7 @@ jobs: # Build conda package conda config --set anaconda_upload no - package_file=$(conda build fds.sdk.utils --output) + conda build fds.sdk.utils cd /home/runner/miniconda3/envs/conda-env/conda-bld/noarch ls -la @@ -88,13 +88,10 @@ jobs: cd /home/runner/miniconda3/envs ls -la echo "#####" - cd /home/runner/miniconda - ls -la - echo "#####" - cd /home/runner/work/enterprise-sdk-utils-python/enterprise-sdk-utils-python/fds.sdk.utils + cd /home/runner/miniconda3 ls -la - anaconda -t $ANACONDA_TOKEN upload -u factset -l main ${package_file} + anaconda -t $ANACONDA_TOKEN upload -u factset -l main /home/runner/miniconda3/envs/conda-env/conda-bld/noarch/fds.sdk.utils-0.9.0-py_0.tar.bz2 break else echo "Version ${version} not found, rechecking in $((2 ** count)) seconds..."