We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1040bb8 commit bcecff7Copy full SHA for bcecff7
1 file changed
.github/workflows/build_release.yml
@@ -24,6 +24,7 @@ jobs:
24
25
- uses: actions/upload-artifact@v4
26
with:
27
+ name: smt-${{ matrix.os }}
28
path: ./wheelhouse/*.whl
29
30
build_sdist:
@@ -37,6 +38,7 @@ jobs:
37
38
39
40
41
+ name: smt-src
42
path: dist/*.tar.gz
43
44
upload_pypi:
@@ -48,9 +50,8 @@ jobs:
48
50
steps:
49
51
- uses: actions/download-artifact@v4
52
- # unpacks default artifact into dist/
- # if `name: artifact` is omitted, the action will create extra parent dir
53
- name: artifact
+ pattern: smt-*
54
+ merge-multiple: true
55
path: dist
56
57
- uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments