We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba1f360 + 5d7ad25 commit b3188ddCopy full SHA for b3188dd
1 file changed
.github/workflows/pypi.yaml
@@ -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.10'
16
- name: Install dependencies
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
0 commit comments