1 parent 8985462 commit eacd789Copy full SHA for eacd789
1 file changed
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Python
24
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
25
with:
26
- python-version: 3.14.6
+ python-version: 3.14.7
27
28
- name: Get latest release from pip
29
id: latestreleased
@@ -169,7 +169,7 @@ jobs:
169
170
171
172
173
174
- name: Install flit
175
run: |
0 commit comments