Skip to content

Commit 013cf7c

Browse files
committed
build: disable twine metadata check
The twine container is broken currently. The metadata check fail. No idea what is happening so just disable it for the time being. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 4fee175 commit 013cf7c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
uses: pypa/gh-action-pypi-publish@release/v1
4949
with:
5050
repository-url: https://test.pypi.org/legacy/
51+
verify-metadata: false
5152

5253
upload_pypi:
5354
needs: [build_sdist]
@@ -72,3 +73,4 @@ jobs:
7273
with:
7374
user: __token__
7475
password: ${{ secrets.PYPI_API_TOKEN }}
76+
verify-metadata: false

0 commit comments

Comments
 (0)