Skip to content

Commit

Permalink
chore: try build without output flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gdulafactset authored Jul 1, 2024
1 parent 4057265 commit 899e89e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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..."
Expand Down

0 comments on commit 899e89e

Please sign in to comment.