We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c3099b + f1c623c commit e8cbd85Copy full SHA for e8cbd85
1 file changed
source/guides/github-actions-ci-cd-sample/publish-to-test-pypi.yml
@@ -74,9 +74,12 @@ jobs:
74
./dist/*.tar.gz
75
./dist/*.whl
76
- name: Create GitHub Release
77
+ env:
78
+ GITHUB_TOKEN: ${{ github.token }}
79
run: >-
80
gh release create
81
'${{ github.ref_name }}'
82
+ --repo '${{ github.repository }}'
83
--notes ""
84
- name: Upload artifact signatures to GitHub Release
85
env:
0 commit comments