We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811cc73 commit 92efddeCopy full SHA for 92efdde
.github/workflows/publish-to-pypi.yaml
@@ -20,7 +20,7 @@ jobs:
20
run: pipx install poetry
21
22
- name: Set up Python 3.13
23
- uses: actions/setup-python@v5.5.0
+ uses: actions/setup-python@v5.6.0
24
with:
25
python-version: '3.13'
26
cache: 'poetry'
.github/workflows/python-lint.yaml
@@ -23,7 +23,7 @@ jobs:
27
28
29
.github/workflows/python-pytest.yaml
@@ -50,7 +50,7 @@ jobs:
50
51
52
- name: Set up Python ${{ matrix.python-version }}
53
54
55
python-version: ${{ matrix.python-version }}
56
0 commit comments