We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44e80b commit 73a9e4aCopy full SHA for 73a9e4a
.github/workflows/publish_testpypi.yml
@@ -25,9 +25,9 @@ jobs:
25
# must actually checkout for version determination
26
- run: git checkout ${{ github.ref_name }}
27
- run: uv python install ${{ matrix.pyvers }}
28
+ - run: uv sync --all-extras
29
+ - run: git restore . # delete uv.lock changes
30
- run: uv build
- # --locked = no updating lock file (causes a dirty git stage)
- - run: uv sync --locked --all-extras
31
- run: uv run --no-sync choreo_get_browser
32
- run: uv pip install dist/choreographer*.whl
33
# should we delete choreographer?
0 commit comments