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 c46d3c2 commit 8ed5665Copy full SHA for 8ed5665
.github/workflows/release.yml
@@ -48,13 +48,13 @@ jobs:
48
conda config --add channels astra-toolbox
49
- name: Build Conda Package
50
run: |
51
- echo Get-Location
+ Get-Location
52
cd conda
53
conda build --output-folder . .
54
- name: Upload to Anaconda
55
if: env.DRY_RUN != 'true'
56
env:
57
anaconda_token: ${{ secrets.ANACONDA_TOKEN }}
58
59
60
- anaconda -t "$env:anaconda_token" upload -u VAMToolbox .\conda\win-64\*.tar.bz2
+ anaconda -t "$env:anaconda_token" upload -u VAMToolbox .\conda\win-64\*.tar.bz2
0 commit comments