Skip to content

Commit 6d8270a

Browse files
committed
upload all built conda package files
1 parent 852ded9 commit 6d8270a

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/conda.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Build conda packages
22

33
on:
4+
push:
5+
branches:
6+
- '**'
7+
8+
pull_request:
9+
branches:
10+
- '**'
411
workflow_dispatch:
512

613
jobs:
@@ -33,7 +40,8 @@ jobs:
3340
conda install -c conda-forge conda-build scikit-build-core numpy anaconda-client conda-libmamba-solver -y
3441
conda config --set solver libmamba
3542
conda build --output-folder conda conda --python ${{matrix.python-version}}
36-
anaconda upload --label main conda/*/*.tar.bz2
43+
ls conda/*/
44+
anaconda upload --label main conda/*/*.*
3745
3846
- name: upload artifacts
3947
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)