Skip to content

Commit

Permalink
build: fix wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
seandstewart committed Sep 5, 2024
1 parent 5c893e3 commit 352a309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: python-package-distributions
name: dist-${{ matrix.os }}-${{ matrix.python-version }}-wheel
path: dist
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Store dist artifacts
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.os }}-${{ matrix.python-version }}
name: dist-${{ matrix.os }}-${{ matrix.python-version }}-sdist
path: dist

publish-to-pypi:
Expand Down

0 comments on commit 352a309

Please sign in to comment.