Skip to content

Commit

Permalink
release: fix name of artifacts to release
Browse files Browse the repository at this point in the history
  • Loading branch information
bjchambers committed Aug 22, 2023
1 parent c631e0c commit 5b7685e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,7 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
# unpacks default artifact into dist/
# if `name: artifact` is omitted, the action will create extra parent dir
name: artifact
name: wheels
path: dist

- uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 5b7685e

Please sign in to comment.