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 14ab640 commit d95bdc2Copy full SHA for d95bdc2
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
id-token: write
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
18
with:
19
python-version: '3.11'
20
- name: Install pypa/build
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
- name: Set up Python
11
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
12
13
- name: Upgrade python tooling
0 commit comments