We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69df67f + 228bc1a commit 5dd6fd2Copy full SHA for 5dd6fd2
2 files changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v5
22
- name: setup python
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
with:
25
python-version: ${{ matrix.python-version }}
26
.github/workflows/publish_pypi.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v5
16
17
18
19
python-version: 3.12
0 commit comments