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 c559350 commit 717da67Copy full SHA for 717da67
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@v4
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
29
with:
30
python-version: ${{ matrix.python-version }}
31
- name: Install Dependencies
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Set up Python
18
19
20
python-version: "3.13"
21
- name: Install dependencies
0 commit comments