Skip to content

Commit

Permalink
chore(infra): set comments for release (#4070)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnphm committed Jul 21, 2023
1 parent 6b1cd69 commit 2ab6de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release_pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ pdm build -v
# releasing to Pypi.org
REPO=${REPO:=testpypi}

pdm publish --no-build --repository "$REPO" -vv
pdm publish --no-build --repository "$REPO" -vv -c "See release tag at https://github.com/bentoml/BentoML/releases/tag/v${VERSION_STR}"

echo "Done releasing BentoML version:$VERSION_STR"

0 comments on commit 2ab6de7

Please sign in to comment.