We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38d170 commit a682f11Copy full SHA for a682f11
1 file changed
.github/workflows/build-python-release.reusable.yaml
@@ -87,6 +87,6 @@ jobs:
87
- name: Upload wheels
88
uses: actions/upload-artifact@v4
89
with:
90
- name: wheels-${{ matrix._.target }}
+ name: wheels-${{ matrix._.target }}-${{ matrix._.interpreter || 'all' }}
91
path: engine/language_client_python/dist
92
if-no-files-found: error
0 commit comments