Skip to content

Commit

Permalink
chore: test out force flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gdulafactset authored Jul 1, 2024
1 parent d109b86 commit c1d037f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,12 @@ jobs:
description: \"This repository contains a collection of utilities that supports FactSet's SDK in Python and facilitate usage of FactSet APIs.\"
" "fds.sdk.utils/meta.yaml"
cat fds.sdk.utils/meta.yaml
# Build conda package
conda config --set anaconda_upload no
package_file=$(conda build fds.sdk.utils --output)
conda build fds.sdk.utils
anaconda -t $ANACONDA_TOKEN upload -u factset -l main ${package_file}
anaconda -t $ANACONDA_TOKEN upload -u factset -l main --force ${package_file}
break
else
echo "Version ${version} not found, rechecking in $((2 ** count)) seconds..."
Expand Down

0 comments on commit c1d037f

Please sign in to comment.