Skip to content

Commit 0c60d60

Browse files
committed
Fix input run-id name
1 parent 61ee460 commit 0c60d60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-package-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
with:
1919
name: Source Tarball
2020
path: dist
21-
run_id: ${{ inputs.run_id }}
21+
run-id: ${{ inputs.run_id }}
2222
gihtub-token: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: Download Wheel Artifact
2525
uses: actions/download-artifact@v4
2626
with:
2727
name: Python Wheel
2828
path: dist
29-
run_id: ${{ inputs.run_id }}
29+
run-id: ${{ inputs.run_id }}
3030
gihtub-token: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Publish distribution to PyPI

0 commit comments

Comments
 (0)