Skip to content

Commit

Permalink
fix build path and try ANACONDA_LOGIN
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Jul 17, 2024
1 parent 10a9dc8 commit fe891c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
- name: Upload to Anaconda (Windows)
if: matrix.os == 'windows-2022'
env:
ANACONDA_PASSWORD: ${{ secrets.ANACONDA_PASSWORD }}
ANACONDA_LOGIN: ${{ secrets.ANACONDA_PASSWORD }}
shell: powershell
run: |
echo "yes" | anaconda login --username sleap-deps --password "$env:ANACONDA_PASSWORD"
anaconda -v upload "build.tensorflow\win-64\*.tar.bz2" --label dev --user sleap-deps
echo "yes" | anaconda login --username sleap-deps --password "$env:ANACONDA_LOGIN"
anaconda -v upload "C:\c\build.tensorflow\win-64\*.tar.bz2" --label dev --user sleap-deps
anaconda logout
# - name: Upload to Anaconda (Ubuntu)
# if: matrix.os == 'ubuntu-22.04'
Expand Down

0 comments on commit fe891c1

Please sign in to comment.