From bf5cc442db98372a6bf83a00138b99592b81c5c1 Mon Sep 17 00:00:00 2001 From: edwinnglabs Date: Mon, 18 Mar 2024 22:35:50 -0700 Subject: [PATCH] Update pypi-deploy.yaml --- .github/workflows/pypi-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-deploy.yaml b/.github/workflows/pypi-deploy.yaml index 81f431b4..f91fb0a4 100644 --- a/.github/workflows/pypi-deploy.yaml +++ b/.github/workflows/pypi-deploy.yaml @@ -23,6 +23,6 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | - find ./test1/ -type f ! -name "*.stan" -delete + find ./orbit/stan/ -type f ! -name "*.stan" -delete python -m build --sdist python -m twine upload dist/*.tar.gz