Skip to content

Commit df68866

Browse files
authored
ci: Run production release process when publish_release input is set
1 parent e9b8c1e commit df68866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
url: https://pypi.org/p/xml2rfc
103103
permissions:
104104
id-token: write
105+
if: ${{ inputs.publish_release }}
105106

106107
steps:
107108
- name: Download all the dists

0 commit comments

Comments
 (0)