We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--repo
gh
1 parent 0d71546 commit 63f738aCopy full SHA for 63f738a
source/guides/github-actions-ci-cd-sample/publish-to-test-pypi.yml
@@ -79,7 +79,10 @@ jobs:
79
# Upload to GitHub Release using the `gh` CLI.
80
# `dist/` contains the built packages, and the
81
# sigstore-produced signatures and certificates.
82
- run: gh release upload "${{ github.ref_name }}" dist/**
+ run: >-
83
+ gh release upload
84
+ '${{ github.ref_name }}' dist/**
85
+ --repo '${{ github.repository }}'
86
87
publish-to-testpypi:
88
name: Publish Python 🐍 distribution 📦 to TestPyPI
0 commit comments