File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ jobs:
107107 if : env.skip_build != 'true'
108108 with :
109109 path : python/dist/*.tar.gz
110+ name : sdist
110111 overwrite : true
111112
112113 upload_pypi :
@@ -118,11 +119,18 @@ jobs:
118119 os : [ubuntu-latest, windows-latest, macos-latest]
119120
120121 steps :
121- - uses : actions/download-artifact@v4.1.7
122+ - name : Download wheel artifacts
123+ uses : actions/download-artifact@v4.1.7
122124 with :
123125 name : wheelhouse-${{ matrix.os }}
124126 path : dist
125127
128+ - name : Download sdist artifact
129+ uses : actions/download-artifact@v4.1.7
130+ with :
131+ name : sdist
132+ path : dist
133+
126134 - name : Production Release
127135 if : startsWith(github.repository, 'MicrochipTech')
128136 uses : pypa/gh-action-pypi-publish@release/v1.10
You can’t perform that action at this time.
0 commit comments