File tree Expand file tree Collapse file tree 16 files changed +23
-23
lines changed
Expand file tree Collapse file tree 16 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 6363 with :
6464 save-cache : ${{ github.ref == 'refs/heads/main' }}
6565 cache-suffix : ${{ steps.setup_python.outputs.python-version }}
66- version : 0.10.10
66+ version : 0.10.11
6767 - name : Install apt dependencies
6868 run : sudo ./ci/apt-install
6969 - name : Used versions
Original file line number Diff line number Diff line change 5353 - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
5454 with :
5555 enable-cache : false
56- version : 0.10.10
56+ version : 0.10.11
5757 - name : Install apt dependencies
5858 run : sudo ./ci/apt-install
5959 - name : Install Python dependencies
8282 - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
8383 with :
8484 enable-cache : false
85- version : 0.10.10
85+ version : 0.10.11
8686 - name : Set up Python
8787 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
8888 with :
@@ -109,7 +109,7 @@ jobs:
109109 - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
110110 with :
111111 enable-cache : false
112- version : 0.10.10
112+ version : 0.10.11
113113 - name : Set up Python
114114 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
115115 with :
Original file line number Diff line number Diff line change 3535 - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3636 with :
3737 enable-cache : false
38- version : 0.10.10
38+ version : 0.10.11
3939 - name : Install apt dependencies
4040 run : |
4141 sudo apt update
Original file line number Diff line number Diff line change 5656 # Do not share cache with tests as this uses python 3.11 for older versions
5757 cache-suffix : multi
5858 save-cache : ${{ github.ref == 'refs/heads/main' }}
59- version : 0.10.10
59+ version : 0.10.11
6060 - name : Set up Python
6161 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6262 with :
Original file line number Diff line number Diff line change 5252 save-cache : ${{ github.ref == 'refs/heads/main' }}
5353 cache-suffix : ${{ steps.setup_python.outputs.python-version }}
5454
55- version : 0.10.10
55+ version : 0.10.11
5656 - name : Install deps
5757 run : uv sync --no-binary-package lxml --no-binary-package xmlsec --all-extras --group types
5858 - name : Run mypy
Original file line number Diff line number Diff line change 3737 python-version : ' 3.14'
3838 - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3939 with :
40- version : 0.10.10
40+ version : 0.10.11
4141 enable-cache : false
4242 - name : detect method
4343 id : detect
Original file line number Diff line number Diff line change 3333 with :
3434 save-cache : ${{ github.ref == 'refs/heads/main' }}
3535 cache-suffix : ${{ steps.setup_python.outputs.python-version }}
36- version : 0.10.10
36+ version : 0.10.11
3737 - name : Install deps
3838 run : uv sync --no-binary-package lxml --no-binary-package xmlsec --all-extras --group pylint
3939 - name : Run pylint
Original file line number Diff line number Diff line change 3434 - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3535 with :
3636 enable-cache : false
37- version : 0.10.10
37+ version : 0.10.11
3838 - run : ./rundev.sh build
3939 - run : ./rundev.sh start
4040 - run : ./rundev.sh wait
Original file line number Diff line number Diff line change 3838 - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3939 with :
4040 enable-cache : false
41- version : 0.10.10
41+ version : 0.10.11
4242 - name : Set up Python
4343 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4444 with :
Original file line number Diff line number Diff line change 3535 - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3636 with :
3737 enable-cache : false
38- version : 0.10.10
38+ version : 0.10.11
3939 - name : Setup Python
4040 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4141 with :
8787 - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
8888 with :
8989 enable-cache : false
90- version : 0.10.10
90+ version : 0.10.11
9191 - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9292 with :
9393 name : dist
@@ -125,7 +125,7 @@ jobs:
125125 - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
126126 with :
127127 enable-cache : false
128- version : 0.10.10
128+ version : 0.10.11
129129 - name : Set up Python
130130 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
131131 with :
@@ -173,7 +173,7 @@ jobs:
173173 - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
174174 with :
175175 enable-cache : false
176- version : 0.10.10
176+ version : 0.10.11
177177 - run : uv publish --trusted-publishing always
178178
179179 publish_github :
You can’t perform that action at this time.
0 commit comments