We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca287f commit 83595aaCopy full SHA for 83595aa
2 files changed
.github/workflows/publish-to-pypi.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v5
12
- name: Set up Python
13
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
14
with:
15
python-version: "3.x"
16
- name: Install pypa/build
.github/workflows/update-plugin-list.yml
@@ -24,7 +24,7 @@ jobs:
24
fetch-depth: 0
25
26
- name: Setup Python
27
28
29
python-version: 3.12
30
0 commit comments