File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 save-cache : ${{ github.ref == 'refs/heads/main' }}
3737 cache-suffix : ${{ steps.setup_python.outputs.python-version }}
3838
39- version : 0.9.10
39+ version : 0.9.11
4040 - name : Install deps
4141 env :
4242 CI_DATABASE : postgresql
Original file line number Diff line number Diff line change 4444 python-version : ' 3.14'
4545 - uses : astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
4646 with :
47- version : 0.9.10
47+ version : 0.9.11
4848 enable-cache : false
4949 - name : detect method
5050 id : detect
Original file line number Diff line number Diff line change 2222 python-version : ' 3.14'
2323 - uses : astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
2424 with :
25- version : 0.9.10
25+ version : 0.9.11
2626 - name : build
2727 run : uv build
2828 - name : twine
Original file line number Diff line number Diff line change 4747 - uses : astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
4848 with :
4949 cache-suffix : test-${{ matrix.python-version }}
50- version : 0.9.10
50+ version : 0.9.11
5151 - name : Install pip dependencies
5252 run : |
5353 uv sync --dev
You can’t perform that action at this time.
0 commit comments