Skip to content

Commit

Permalink
build: fix wheel build - inputs, not matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
seandstewart committed Sep 5, 2024
1 parent bc36698 commit 69a9427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- name: Store dist artifacts
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.os }}-${{ matrix.python-version }}-wheel
name: dist-${{ inputs.os }}-${{ inputs.python-version }}-wheel
path: dist

0 comments on commit 69a9427

Please sign in to comment.