Skip to content

Commit

Permalink
try fix conda release
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoestq committed Oct 31, 2024
1 parent dfb52e2 commit abb7d22
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Release - Conda

on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+*"
branch: "conda-release-3.1.0"

env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
Expand All @@ -26,7 +25,7 @@ jobs:
auto-activate-base: false
activate-environment: "build-datasets"
python-version: 3.8
channels: huggingface,conda-forge
channels: huggingface

- name: Setup conda env
run: |
Expand All @@ -42,4 +41,4 @@ jobs:
- name: Upload to Anaconda
run: |
anaconda upload `conda build .github/conda --output -c conda-forge` --force
anaconda upload `conda build .github/conda --output -c` --force

0 comments on commit abb7d22

Please sign in to comment.