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.16
39+ version : 0.9.17
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@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
4646 with :
47- version : 0.9.16
47+ version : 0.9.17
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@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
2424 with :
25- version : 0.9.16
25+ version : 0.9.17
2626 - name : build
2727 run : uv build
2828 - name : twine
Original file line number Diff line number Diff line change 4646 - uses : astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
4747 with :
4848 cache-suffix : test-${{ matrix.python-version }}
49- version : 0.9.16
49+ version : 0.9.17
5050 - name : Install pip dependencies
5151 run : |
5252 uv sync --dev
You can’t perform that action at this time.
0 commit comments