We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3da9fe commit 60a1e3dCopy full SHA for 60a1e3d
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v5
14
15
- name: Setup Python
16
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
17
with:
18
python-version: 3.13
19
@@ -32,7 +32,7 @@ jobs:
32
33
34
- name: Set up Python ${{ matrix.python-version }}
35
36
37
python-version: ${{ matrix.python-version }}
38
.github/workflows/publish.yml
0 commit comments