We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613760d commit 6560b54Copy full SHA for 6560b54
.github/workflows/building-conda.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Publish Conda package
97
run: |
98
conda install anaconda-client --yes
99
- anaconda upload --force --label main $HOME/conda-bld/*/*.tar.bz2
+ anaconda upload --force -u torch-points3d --label main $HOME/conda-bld/*/*.tar.bz2
100
env:
101
ANACONDA_API_TOKEN: ${{ secrets.CONDA_TOKEN }}
102
shell:
conda/torch-points-kernels/meta.yaml
@@ -1,5 +1,5 @@
1
package:
2
- name: torch-points-kernels-test2
+ name: torch-points-kernels
3
version: 0.7.1
4
5
source:
0 commit comments