Skip to content

Commit

Permalink
Add debug out to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Dec 14, 2024
1 parent 73a9e4a commit e0518fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
# must actually checkout for version determination
- run: git checkout ${{ github.ref_name }}
- run: uv python install ${{ matrix.pyvers }}
- run: git status
- run: uv sync --all-extras
- run: git restore . # delete uv.lock changes
- run: git restore . # delete uv.lock changest
- run: uv build
- run: uv run --no-sync choreo_get_browser
- run: uv pip install dist/choreographer*.whl
Expand Down

0 comments on commit e0518fd

Please sign in to comment.