We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36569fa + 5eee48f commit 87a9298Copy full SHA for 87a9298
.github/workflows/pypi-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Set up Python
23
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
24
with:
25
python-version: '3.x'
26
- name: Install dependencies
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Set up Python 3.10
python-version: "3.10"
0 commit comments