We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852ded9 commit 6d8270aCopy full SHA for 6d8270a
1 file changed
.github/workflows/conda.yml
@@ -1,6 +1,13 @@
1
name: Build conda packages
2
3
on:
4
+ push:
5
+ branches:
6
+ - '**'
7
+
8
+ pull_request:
9
10
11
workflow_dispatch:
12
13
jobs:
@@ -33,7 +40,8 @@ jobs:
33
40
conda install -c conda-forge conda-build scikit-build-core numpy anaconda-client conda-libmamba-solver -y
34
41
conda config --set solver libmamba
35
42
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/*/*.*
37
45
38
46
- name: upload artifacts
39
47
uses: actions/upload-artifact@v4
0 commit comments