Skip to content

Commit b7cc074

Browse files
committed
Add experimental conda build upload step
1 parent 78f5cf6 commit b7cc074

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,11 @@ jobs:
2020
# Build
2121
- name: Build
2222
run: |
23-
pixi run build
23+
pixi run build
24+
25+
# Upload
26+
- name: Upload
27+
run: |
28+
pixi run upload
29+
env:
30+
ANACONDA_API_KEY: ${{ secrets.ANACONDA_API_KEY }}

0 commit comments

Comments
 (0)