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