uranusjr commented on code in PR #68073:
URL: https://github.com/apache/airflow/pull/68073#discussion_r3366600490


##########
java-sdk/README.md:
##########
@@ -119,58 +119,32 @@ cat 
~/.m2/repository/org/apache/airflow/airflow-sdk/*/airflow-sdk-*.pom
 Check that the coordinates, description, license, SCM, and organization fields
 look correct.
 
-### Export your signing key
+### Dry-run against a local repository
 
-The build expects an ASCII-armored PGP private key.  Export it with:
+To test the full publish flow without touching ASF infrastructure, override the
+repository URL to a local directory (no signing key required since nothing goes
+to Maven Central):
 
 ```bash
-gpg --armor --export-secret-keys <your-key-id>
+./gradlew :sdk:publish -PmavenUrl=file:///tmp/local-maven-repo
+ls /tmp/local-maven-repo/org/apache/airflow/airflow-sdk/
 ```
 
-Copy the full output (including the header and footer) for use in the next 
step.
-
 ### Publish to ASF Nexus staging
 
 Store the four credentials in `~/.gradle/gradle.properties` so they are not

Review Comment:
   Moved the private key to comand line but forgot to fix this 😮‍💨 



-- 
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]

Reply via email to