Skip to content

Commit bc167d1

Browse files
authored
Update python-release.yml
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.
1 parent 579ad62 commit bc167d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/download-artifact@v3
1414
with:
15-
name: dist
15+
name: wheels
1616
path: dist/
1717
- name: Generate SHA256 files for each wheel
1818
run: |

0 commit comments

Comments
 (0)