From 9e7675d4242a7d780251cb4ab450a1e5c04fd6e8 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 26 Aug 2024 08:41:45 -0400 Subject: [PATCH] adding cd .. --- .github/workflows/test_and_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 48735ed..3850652 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -89,6 +89,7 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }} run: | + cd .. git tag python setup.py sdist bdist_wheel twine upload dist/*