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 20b50b1 commit cb4714eCopy full SHA for cb4714e
.github/workflows/building-conda.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Publish Conda package
49
run: |
50
conda install anaconda-client --yes
51
- anaconda upload --force --label main $HOME/conda-bld/*/*.tar.bz2
+ anaconda upload --force --user torch-points3d --label main $HOME/conda-bld/*/*.tar.bz2
52
env:
53
ANACONDA_API_TOKEN: ${{ secrets.CONDA_TOKEN }}
54
shell:
0 commit comments