You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/12/19 11:02:22 UTC

[GitHub] [pulsar-client-python] BewareMyPower opened a new pull request, #65: Add a script to download and stage artifacts

BewareMyPower opened a new pull request, #65:
URL: https://github.com/apache/pulsar-client-python/pull/65

   ### Motivation & Modifications
   
   Add a script to download and stage artifacts so that we can just use a `svn add *` command to add them to the central repo.
   
   ### Verification
   
   Take the 3.0.0-candidate-3 release as example, after configuring the `GITHUB_TOKEN` environment variable, you only need to run:
   
   ```bash
   # See https://github.com/apache/pulsar-client-python/actions/runs/3709463737
   $PROJECT_DIR/build-support/stage-release.sh v3.1.0-candidate-3 3709463737
   ```
   
   Then the layout of the current directory will be the same as https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-python-3.0.0-candidate-3/.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-client-python] BewareMyPower merged pull request #65: Add a script to download and stage artifacts

Posted by GitBox <gi...@apache.org>.
BewareMyPower merged PR #65:
URL: https://github.com/apache/pulsar-client-python/pull/65


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org