Skip to content

Commit 6660e07

Browse files
committed
Don't validate metadata and increase verbosity for better feedback
1 parent ffb0b22 commit 6660e07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/claim-pypi-name.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Push Python artifacts to PyPI
3535
uses: pypa/gh-action-pypi-publish@v1.8.14
3636
with:
37+
# We don't mind invalid metadata, we only want to claim the package name.
38+
verify-metadata: false
39+
verbose: true
3740
skip-existing: true
3841
user: __token__
3942
password: ${{ secrets.INTEGRATIONS_PYPI_NAME_CLAIM }}

0 commit comments

Comments
 (0)