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