Skip to content

Commit

Permalink
Update python-release.yml
Browse files Browse the repository at this point in the history
Github actions fix: composite action `python-wheel` publishes wheels to the `wheels` artifact.  `python-release` workflow then looks for it in the `dist` artifact, which does not exist.

This is a CICD change only.
  • Loading branch information
daxpryce committed Jul 10, 2023
1 parent 579ad62 commit bc167d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
name: dist
name: wheels
path: dist/
- name: Generate SHA256 files for each wheel
run: |
Expand Down

0 comments on commit bc167d1

Please sign in to comment.