File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 76
76
cp dist/*.whl wheelhouse
77
77
- uses : actions/upload-artifact@v4
78
78
with :
79
- name : wheelhouse
79
+ name : wheelhouse-${{ matrix.os }}
80
80
path : wheelhouse
81
81
82
82
publish :
99
99
100
100
- uses : actions/upload-artifact@v4
101
101
with :
102
- name : wheelhouse
102
+ name : wheelhouse-sdist
103
103
path : wheelhouse
104
104
105
105
- name : Publish SDIST to PyPI # there are some problems if sdist is not pushed first
@@ -111,10 +111,11 @@ jobs:
111
111
packages_dir : wheelhouse/
112
112
113
113
- name : Download all the wheels
114
- uses : actions/download-artifact@v2
114
+ uses : actions/download-artifact@v4
115
115
with :
116
- name : wheelhouse
117
116
path : ./wheelhouse/
117
+ pattern : wheelhouse-*
118
+ merge-multiple : true
118
119
119
120
- name : Publish a Python distribution to Test PyPI
120
121
uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments