File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 5757 python-version : ${{ matrix.python-version }}
5858 - name : Get full Python version
5959 id : full-python-version
60- run : echo "version={ $(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")} " >> $GITHUB_OUTPUT
60+ run : echo "version=$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")" >> $GITHUB_OUTPUT
6161 - name : Bootstrap poetry
6262 run : |
6363 curl -sL https://install.python-poetry.org | python - -y ${{ matrix.bootstrap-args }}
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
88## [ Unreleased]
9- ### Changed
10- - [ CI] Replace deprecated ` ::set-output `
119
1210## [ 18.0.1] - 2024-10-28
1311### Fixed
You can’t perform that action at this time.
0 commit comments