File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 save-cache : ${{ github.ref == 'refs/heads/main' }}
3838 cache-suffix : ${{ steps.setup_python.outputs.python-version }}
3939
40- version : 0.11.7
40+ version : 0.11.8
4141 - name : Install deps
4242 env :
4343 CI_DATABASE : postgresql
Original file line number Diff line number Diff line change 3838 python-version : ' 3.14'
3939 - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4040 with :
41- version : 0.11.7
41+ version : 0.11.8
4242 enable-cache : false
4343 - name : detect method
4444 id : detect
Original file line number Diff line number Diff line change 2424 python-version : ' 3.14'
2525 - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2626 with :
27- version : 0.11.7
27+ version : 0.11.8
2828 - name : build
2929 run : uv build
3030 - name : twine
Original file line number Diff line number Diff line change 4848 - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4949 with :
5050 cache-suffix : test-${{ matrix.python-version }}
51- version : 0.11.7
51+ version : 0.11.8
5252 - name : Install pip dependencies
5353 run : |
5454 uv sync --dev
You can’t perform that action at this time.
0 commit comments