Skip to content

Commit 6560b54

Browse files
authored
Update package name/user
1 parent 613760d commit 6560b54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/building-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Publish Conda package
9797
run: |
9898
conda install anaconda-client --yes
99-
anaconda upload --force --label main $HOME/conda-bld/*/*.tar.bz2
99+
anaconda upload --force -u torch-points3d --label main $HOME/conda-bld/*/*.tar.bz2
100100
env:
101101
ANACONDA_API_TOKEN: ${{ secrets.CONDA_TOKEN }}
102102
shell:

conda/torch-points-kernels/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package:
2-
name: torch-points-kernels-test2
2+
name: torch-points-kernels
33
version: 0.7.1
44

55
source:

0 commit comments

Comments
 (0)