Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Add .conda package glob to anaconda upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Aug 29, 2024
1 parent d6771af commit a8f0981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_conda_and_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
RAPIDS_CONDA_TOKEN=${{ secrets.CONDA_RAPIDSAI_TOKEN }}
fi
anaconda -t "${RAPIDS_CONDA_TOKEN}" upload --skip-existing --no-progress \
/tmp/frigate-bld/noarch/*.conda \
/tmp/frigate-bld/noarch/*.tar.bz2 \
;
wheel-build:
Expand Down

0 comments on commit a8f0981

Please sign in to comment.