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 e98c478 commit 126b256Copy full SHA for 126b256
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Get full Python version
29
id: full-python-version
30
shell: bash
31
- run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")
+ run: echo "version=$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")" >> "$GITHUB_OUTPUT"
32
33
- name: Install poetry
34
0 commit comments