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 515625c commit e29c0fdCopy full SHA for e29c0fd
.github/workflows/ci.yaml
@@ -105,7 +105,7 @@ jobs:
105
- uses: actions/[email protected]
106
107
- name: Set up Python
108
- uses: actions/setup-python@v5.5.0
+ uses: actions/setup-python@v5.6.0
109
with:
110
# Appending -dev ensures that we can always build the dev release.
111
# It's a no-op for versions that have been published.
.github/workflows/publish.yaml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
13
- name: Set up Python environment
14
15
16
python-version: "3.X"
17
0 commit comments