diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 50dcc00..03c4c1d 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -134,7 +134,6 @@ jobs: run: | echo "Uploading to Anaconda Cloud..." conda run -n base anaconda -t ${{ secrets.ANACONDA_API_TOKEN }} upload $(conda build recipe/ --output) - #anaconda -t ${{ secrets.ANACONDA_API_TOKEN }} upload $(conda build recipe/ --output) env: ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}