From ae3a958b1fad1207d4f75964b80c78f29a00e4c8 Mon Sep 17 00:00:00 2001 From: Steven Pestana <650301+spestana@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:23:51 -0700 Subject: [PATCH] Update pypi.yml --- .github/workflows/pypi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 183647f..917a90f 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -27,4 +27,5 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | python -m build + twine check dist/* twine upload --verbose dist/*