Skip to content

Commit 63f738a

Browse files
authored
Restore passing --repo to gh @ sigstore job
1 parent 0d71546 commit 63f738a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/guides/github-actions-ci-cd-sample/publish-to-test-pypi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ jobs:
7979
# Upload to GitHub Release using the `gh` CLI.
8080
# `dist/` contains the built packages, and the
8181
# sigstore-produced signatures and certificates.
82-
run: gh release upload "${{ github.ref_name }}" dist/**
82+
run: >-
83+
gh release upload
84+
'${{ github.ref_name }}' dist/**
85+
--repo '${{ github.repository }}'
8386
8487
publish-to-testpypi:
8588
name: Publish Python 🐍 distribution 📦 to TestPyPI

0 commit comments

Comments
 (0)