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 5cb68b0 commit d5b6f45Copy full SHA for d5b6f45
.github/workflows/publish.yml
@@ -60,4 +60,4 @@ jobs:
60
conda-build -c pytorch --output-folder ./conda-build ./conda
61
62
# Upload noarch version of torchhd to anaconda
63
- anaconda upload -u torchhd --label main ./conda-build/*/*.tar.bz2
+ anaconda upload -u torchhd --label main ./conda-build/noarch/torchhd-*.conda
0 commit comments