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