Skip to content

Commit f3d5bed

Browse files
committed
Disable metadata check in Publish to PyPI workflow as it seem to be
broken
1 parent b9a6f2f commit f3d5bed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ jobs:
2525
run: |
2626
mkdir -p dist
2727
cp -p assets/$SDIST dist
28-
- name: Upload distfile to PyPI
28+
- name: Publish package to PyPI
2929
uses: pypa/gh-action-pypi-publish@release/v1
30+
with:
31+
verbose: true
32+
verify-metadata: false

0 commit comments

Comments
 (0)