We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabbfe9 commit 778ed78Copy full SHA for 778ed78
.github/workflows/build_library.yml
@@ -2,8 +2,8 @@ name: Library Release Build
2
3
on:
4
push:
5
- branches:
6
- - release-library/**
+# branches:
+# - release-library/**
7
8
env:
9
CARGO_TERM_COLOR: always
@@ -39,7 +39,7 @@ jobs:
39
40
- uses: actions/upload-artifact@v4
41
with:
42
- name: artifact-linux
+ name: artifact-linux-${{ matrix.build-arch }}
43
path: py/dist/*
44
if-no-files-found: 'error'
45
# since this artifact will be merged, compression is not necessary
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
- name: artifact-macos
+ name: artifact-macos-${{ matrix.py-platform }}
89
90
91
0 commit comments