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.
2 parents 504819a + 226ec36 commit 940ea90Copy full SHA for 940ea90
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
ref: ${{ github.event.inputs.tag }}
20
21
- name: Set up Python
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
with:
24
python-version: '3.x'
25
.github/workflows/release_and_publish.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@v5
28
29
- name: Set up python
30
31
32
python-version: "3.x"
33
0 commit comments