Fix python version
Some checks failed
Test build / build (push) Failing after 5s

This commit is contained in:
Adam Štrauch 2025-01-20 14:11:22 +01:00
parent cff0c70f0d
commit 30674f7e51
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.13' python-version: '3.12'
- name: Get git tag - name: Get git tag
id: get_tag id: get_tag
if: github.event_name == 'release' if: github.event_name == 'release'