Skip to content

Commit

Permalink
Correct artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Aug 25, 2023
1 parent 8f1d8c1 commit 6bc718b
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-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Stage wheels
uses: actions/download-artifact@v3
with:
name: artifact
name: wheelhouse
path: dist
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Stage wheels
uses: actions/download-artifact@v3
with:
name: artifact
name: wheelhouse
path: dist
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 6bc718b

Please sign in to comment.