From 801a18b0be79b6a0ebaa0ed181dd0736d5719c6d Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 26 Aug 2024 09:37:07 -0400 Subject: [PATCH] correcting deploy --- .github/workflows/test_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 3850652..c5437e3 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -89,7 +89,7 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }} run: | - cd .. git tag - python setup.py sdist bdist_wheel + python -m build + twine check dist/* twine upload dist/*