Skip to content

Commit cb4714e

Browse files
committed
update conda org
1 parent 20b50b1 commit cb4714e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/building-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Publish Conda package
4949
run: |
5050
conda install anaconda-client --yes
51-
anaconda upload --force --label main $HOME/conda-bld/*/*.tar.bz2
51+
anaconda upload --force --user torch-points3d --label main $HOME/conda-bld/*/*.tar.bz2
5252
env:
5353
ANACONDA_API_TOKEN: ${{ secrets.CONDA_TOKEN }}
5454
shell:

0 commit comments

Comments
 (0)