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.
2 parents 32053f7 + ee78a91 commit d8de98dCopy full SHA for d8de98d
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v5
24
- name: Set up Python ${{ matrix.python-version }}
25
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
26
with:
27
python-version: ${{ matrix.python-version }}
28
- name: Install dependencies
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout code
20
uses: actions/checkout@v5
21
- name: Set up Python 3.13
python-version: 3.13
0 commit comments