Skip to content

Commit

Permalink
Use new save-state method and finish #major release
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Dec 18, 2023
1 parent fd5722f commit c971dde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
poetry version "${version_bump_rule}"
export new_version=$(python .github/scripts/parse_version.py pyproject.toml)
echo "new_version: '${new_version}'"
echo "::set-output name=version::${new_version}"
# echo "::set-output name=version::${new_version}"
echo "version=${new_version}" >> $GITHUB_OUTPUT
build_wheels:
Expand Down

0 comments on commit c971dde

Please sign in to comment.