Skip to content

Commit a68e90d

Browse files
committed
fix release
1 parent bb9d637 commit a68e90d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/release.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,15 @@ git add pyproject.toml
2626
git commit -m "chore: sync pyproject.toml version with tag ${LATEST_TAG}"
2727
git push origin main
2828

29+
# Wait a few seconds for GitHub to process the push
30+
echo "Waiting for GitHub to process the version update..."
31+
sleep 5
32+
2933
# Create GitHub release
3034
echo "Creating GitHub release..."
3135
gh release create "${LATEST_TAG}" \
3236
--title "Release ${LATEST_TAG}" \
3337
--generate-notes
3438

3539
echo "Released ${LATEST_TAG} successfully!"
40+
echo "The PyPI package will be published automatically by the GitHub workflow."

0 commit comments

Comments
 (0)