HonahX commented on code in PR #3457:
URL: https://github.com/apache/polaris/pull/3457#discussion_r2696718325
##########
Makefile:
##########
@@ -184,6 +184,18 @@ client-build: client-setup-env ## Build client
distribution. Pass FORMAT=sdist o
fi
@echo "--- Client distribution build complete ---"
+.PHONY: client-nightly-publish
+client-nightly-publish: client-setup-env ## Build and publish nightly version
to Test PyPI
+ @echo "--- Starting nightly publish ---"
+ @$(ACTIVATE_AND_CD) && \
+ CURRENT_VERSION=$$(uv version --short) && \
+ DATE_SUFFIX=$$(date -u +%Y%m%d%H%M%S) && \
+ NIGHTLY_VERSION="$${CURRENT_VERSION}.dev$${DATE_SUFFIX}" && \
Review Comment:
I made the version tag the same as mcp server's format
https://github.com/apache/polaris-tools/blob/f4b9a913420095ae9d5d026c7ec55bfec8d3f5d6/.github/workflows/mcp-server-nightly.yml#L54-L57
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]