From ba1966ff963e72c178df9db61531cd08ef53f55b Mon Sep 17 00:00:00 2001 From: gdulafactset <156331405+gdulafactset@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:43:34 +0100 Subject: [PATCH] chore: publishing v0.10.0 to try out new properties --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6a7a1b9..bcb986c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -85,7 +85,7 @@ jobs: 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 ${package_file} break else echo "Version ${version} not found, rechecking in $((2 ** count)) seconds..."