File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060
6161 - uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
6262
63- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
64- with :
65- python-version : ${{ matrix.python }}
66-
6763 - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
6864 with :
6965 go-version-file : protoc-gen-connect-python/go.mod
@@ -110,10 +106,6 @@ jobs:
110106
111107 - uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
112108
113- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
114- with :
115- python-version-file : pyproject.toml
116-
117109 - run : uv sync --frozen
118110
119111 - run : uv build
Original file line number Diff line number Diff line change 1919
2020 - uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
2121
22- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
23- with :
24- python-version-file : " pyproject.toml"
25-
2622 - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
2723 with :
2824 go-version-file : protoc-gen-connect-python/go.mod
You can’t perform that action at this time.
0 commit comments