We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adfefda + a6aa629 commit 9e6a72bCopy full SHA for 9e6a72b
1 file changed
.github/workflows/pypi.yaml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- name: Set up Python
13
- uses: actions/setup-python@v5.4.0
+ uses: actions/setup-python@v5.5.0
14
with:
15
python-version: '3.x'
16
- name: Install dependencies
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
0 commit comments