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 49c8a48 commit b8a9052Copy full SHA for b8a9052
.github/workflows/ci.yaml
@@ -34,5 +34,6 @@ jobs:
34
uv run isort --check-only src/
35
uv run mypy src/
36
37
- - name: Run tests
38
- run: uv run pytest
+ # requires hive --dev.
+ # - name: Run tests
39
+ # run: uv run pytest
.github/workflows/publish.yaml
@@ -33,8 +33,9 @@ jobs:
33
40
- name: Build and publish to PyPI
41
run: uv publish
0 commit comments