File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
39
39
- uses : actions/upload-artifact@v4
40
40
with :
41
- name : python-package-distributions
41
+ name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
42
42
path : ./wheelhouse/*.whl
43
43
44
44
publish-to-pypi :
57
57
- name : Download all the dists
58
58
uses : actions/download-artifact@v4
59
59
with :
60
- name : python-package-distributions
61
60
path : dist/
61
+ merge-multiple : true
62
62
63
63
- name : Publish distribution 📦 to PyPI
64
64
uses : pypa/gh-action-pypi-publish@release/v1
82
82
- name : Download all the dists
83
83
uses : actions/download-artifact@v4
84
84
with :
85
- name : python-package-distributions
86
85
path : dist/
86
+ merge-multiple : true
87
87
88
88
- name : Sign the dists with Sigstore
89
89
uses : sigstore/gh-action-sigstore-python@v3.0.0
You can’t perform that action at this time.
0 commit comments