File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,18 @@ runs:
84
84
PRODUCT_NAME : ${{ inputs.product_name }}
85
85
DRY_RUN : ${{ inputs.dry_run }}
86
86
FOLLOWING_VERSION : ${{ inputs.following_version }}
87
+ - name : Check using twine
88
+ # TODO: remove as part of #62.
89
+ shell : bash
90
+ run : pipx run twine check dist/*.*
87
91
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#publishing-the-distribution-to-pypi
88
92
- name : Publish distribution 📦 to PyPI
89
93
if : inputs.dry_run == 'false'
90
94
# Pinned due to https://github.com/pypa/gh-action-pypi-publish/issues/290
91
95
92
96
with :
93
97
repository-url : ${{ inputs.repository_url }}
98
+ verify-metadata : false
94
99
- name : Do Not Publish distribution 📦 to PyPI on Dry Run
95
100
if : inputs.dry_run == 'true'
96
101
shell : bash
You can’t perform that action at this time.
0 commit comments