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.
::set-output
1 parent 65fce04 commit 5e87281Copy full SHA for 5e87281
.github/workflows/test-python.yml
@@ -57,7 +57,7 @@ jobs:
57
python-version: ${{ matrix.python-version }}
58
- name: Get full Python version
59
id: full-python-version
60
- 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
61
- name: Bootstrap poetry
62
run: |
63
curl -sL https://install.python-poetry.org | python - -y ${{ matrix.bootstrap-args }}
0 commit comments