We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552ac99 commit 79c5d18Copy full SHA for 79c5d18
.github/workflows/test-and-publish.yaml
@@ -220,7 +220,7 @@ jobs:
220
- name: Upload wheel as CI artifacts
221
uses: actions/upload-artifact@v4
222
with:
223
- name: wheel-${{ github.run_id }}-${{ github.sha }}-${{ matrix.os }}
+ name: wheel-${{ github.run_id }}-${{ github.sha }}-{{ runner.os }}_${{ runner.arch }}_Python{{ matrix.python_version }}
224
path: ./dist/
225
- name: Set cores to get stored in /cores
226
if: ${{ matrix.os != 'windows-2022' }}
0 commit comments