Skip to content

Commit a53b110

Browse files
authored
Revert "Move twine check to dedicated step (#66)"
This reverts commit af48d9c.
1 parent af48d9c commit a53b110

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

python/publish/action.yml

-5
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,13 @@ runs:
8484
PRODUCT_NAME: ${{ inputs.product_name }}
8585
DRY_RUN: ${{ inputs.dry_run }}
8686
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/*.*
9187
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#publishing-the-distribution-to-pypi
9288
- name: Publish distribution 📦 to PyPI
9389
if: inputs.dry_run == 'false'
9490
# Pinned due to https://github.com/pypa/gh-action-pypi-publish/issues/290
9591
uses: pypa/[email protected]
9692
with:
9793
repository-url: ${{ inputs.repository_url }}
98-
verify-metadata: false
9994
- name: Do Not Publish distribution 📦 to PyPI on Dry Run
10095
if: inputs.dry_run == 'true'
10196
shell: bash

0 commit comments

Comments
 (0)