We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ee460 commit 0c60d60Copy full SHA for 0c60d60
1 file changed
.github/workflows/deploy-package-action.yml
@@ -18,15 +18,15 @@ jobs:
18
with:
19
name: Source Tarball
20
path: dist
21
- run_id: ${{ inputs.run_id }}
+ run-id: ${{ inputs.run_id }}
22
gihtub-token: ${{ secrets.GITHUB_TOKEN }}
23
24
- name: Download Wheel Artifact
25
uses: actions/download-artifact@v4
26
27
name: Python Wheel
28
29
30
31
32
- name: Publish distribution to PyPI
0 commit comments