Skip to content

Commit

Permalink
Retry pip install .
Browse files Browse the repository at this point in the history
  • Loading branch information
swotai committed Mar 20, 2024
1 parent bf5cc44 commit 12fac15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 12fac15

Please sign in to comment.