Skip to content

Commit a787bcb

Browse files
authored
Retry pip install . (#863)
1 parent bf5cc44 commit a787bcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ jobs:
2424
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2525
run: |
2626
find ./orbit/stan/ -type f ! -name "*.stan" -delete
27+
pip install .
2728
python -m build --sdist
2829
python -m twine upload dist/*.tar.gz

0 commit comments

Comments
 (0)