Skip to content

Commit 73a9e4a

Browse files
committed
Clear stage manually
1 parent d44e80b commit 73a9e4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_testpypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
# must actually checkout for version determination
2626
- run: git checkout ${{ github.ref_name }}
2727
- run: uv python install ${{ matrix.pyvers }}
28+
- run: uv sync --all-extras
29+
- run: git restore . # delete uv.lock changes
2830
- run: uv build
29-
# --locked = no updating lock file (causes a dirty git stage)
30-
- run: uv sync --locked --all-extras
3131
- run: uv run --no-sync choreo_get_browser
3232
- run: uv pip install dist/choreographer*.whl
3333
# should we delete choreographer?

0 commit comments

Comments
 (0)