We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a03f30 commit 0818f9fCopy full SHA for 0818f9f
.github/workflows/publish_testpypi.yml
@@ -35,10 +35,10 @@ jobs:
35
- run: uv build
36
- name: Reinstall from wheel
37
run: >
38
- uv pip install dist/choreographer-$(uv
+ uv pip install dist/kaleido-$(uv
39
run --no-sync --with setuptools-git-versioning
40
setuptools-git-versioning)-py3-none-any.whl
41
- - run: uv run --no-sync choreo_get_chrome -v --i ${{ matrix.chrome_v }}
+ - run: uv run --no-sync kaleido_get_chrome -v --i ${{ matrix.chrome_v }}
42
- name: Diagnose
43
run: uv run --no-sync choreo_diagnose --no-run
44
0 commit comments