Skip to content

Commit

Permalink
Update pypi-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinnglabs committed Mar 19, 2024
1 parent 6b0c81f commit bf5cc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bf5cc44

Please sign in to comment.