From 12fac15462845a88c5bd003b94859ef9cdcb81b2 Mon Sep 17 00:00:00 2001 From: Dennis Tai Date: Wed, 13 Mar 2024 15:18:43 -0700 Subject: [PATCH] Retry pip install . --- .github/workflows/pypi-deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pypi-deploy.yaml b/.github/workflows/pypi-deploy.yaml index f91fb0a4..5b4fd154 100644 --- a/.github/workflows/pypi-deploy.yaml +++ b/.github/workflows/pypi-deploy.yaml @@ -24,5 +24,6 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | find ./orbit/stan/ -type f ! -name "*.stan" -delete + pip install . python -m build --sdist python -m twine upload dist/*.tar.gz