Skip to content

Commit e117d58

Browse files
committed
adjust release flow to use pypi twirp package
1 parent 4498a34 commit e117d58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535

3636
- name: Sync environment & install dev extras
3737
run: |
38-
uv remove twirp@git+https://github.com/tbarbugli/twirpy --group dev
3938
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
4041
4142
- name: Build core distributions
4243
run: |

0 commit comments

Comments
 (0)