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