From 7be61f3970d51557e2946ca9a2657d50f390ca7d Mon Sep 17 00:00:00 2001 From: 8cH9azbsFifZ Date: Sun, 12 Nov 2023 22:47:36 +0100 Subject: [PATCH] fix action --- .github/workflows/release_to_pypi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_to_pypi.yml b/.github/workflows/release_to_pypi.yml index 25bd66a..ba3500b 100644 --- a/.github/workflows/release_to_pypi.yml +++ b/.github/workflows/release_to_pypi.yml @@ -36,7 +36,8 @@ jobs: - name: Build source and wheel distributions run: | cd python/mopp - python3 -m pip install --upgrade build twine + ls + python3 -m pip install --upgrade build twine wheel python3 -m build twine check --strict dist/*