From badb2fdb5bda025c736f346cf8424dcab6f62549 Mon Sep 17 00:00:00 2001 From: helgeerbe <59169507+helgeerbe@users.noreply.github.com> Date: Sat, 19 Oct 2024 17:52:39 +0200 Subject: [PATCH] Update python-publish.yml --- .github/workflows/python-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 9080df7..b561ae6 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -32,7 +32,8 @@ jobs: run: | python -m pip install --upgrade pip build twine python -m build - twine check --strict dist/* + twine check dist/* + # twine check --strict dist/* - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1