We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72596fb commit 467eeeaCopy full SHA for 467eeea
1 file changed
.github/workflows/publish.yml
@@ -6,6 +6,9 @@ on:
6
7
jobs:
8
publish:
9
+ # Package-only releases (for example packages-v0.1.0) are not
10
+ # Python package releases and must not attempt a PyPI upload.
11
+ if: startsWith(github.event.release.tag_name, 'v')
12
runs-on: ubuntu-latest
13
permissions:
14
contents: read
0 commit comments