Skip to content

Commit

Permalink
chore: cleanup build/publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
gdulafactset authored Jul 1, 2024
1 parent 899e89e commit 79f1176
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,10 @@ 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
echo "#####"
cd /home/runner/miniconda3/envs/conda-env/conda-bld
ls -la
echo "#####"
cd /home/runner/miniconda3/envs/conda-env
ls -la
echo "#####"
cd /home/runner/miniconda3/envs
ls -la
echo "#####"
cd /home/runner/miniconda3
ls -la
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
anaconda -t $ANACONDA_TOKEN upload -u factset -l main ${package_file}
break
else
echo "Version ${version} not found, rechecking in $((2 ** count)) seconds..."
Expand Down

0 comments on commit 79f1176

Please sign in to comment.