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 4498a34 commit e117d58Copy full SHA for e117d58
.github/workflows/release.yml
@@ -35,8 +35,9 @@ jobs:
35
36
- name: Sync environment & install dev extras
37
run: |
38
- uv remove twirp@git+https://github.com/tbarbugli/twirpy --group dev
39
uv sync --all-packages --all-extras --dev --all-groups
+ uv remove twirp@git+https://github.com/tbarbugli/twirpy --group dev
40
+ uv add twirp
41
42
- name: Build core distributions
43
0 commit comments