Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhjdjong authored Dec 4, 2024
1 parent a7f45e1 commit ec50464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
latest_version="0.0.0"
fi
echo "Latest version on PyPI: $latest_version"
echo "latest_version=$latest_version" >> $GITHUB_ENV
echo "latest_version=$latest_version" >> $GITHUB_OUTPUT
build_package:
needs: [pypi_version]
Expand Down

0 comments on commit ec50464

Please sign in to comment.