Skip to content

Commit

Permalink
attempt to fix publish (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeepali authored May 31, 2023
1 parent d9d4a9c commit 6185d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_anaconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
conda install -y conda-build=3.21.7 anaconda-client
conda install -y conda-build=3.21.7 anaconda-client python=3.9
conda config --set anaconda_upload yes
export ANACONDA_API_TOKEN=$ANACONDA_TOKEN
./packaging_scripts/create_conda_package.sh

0 comments on commit 6185d0a

Please sign in to comment.