sungwy opened a new pull request, #705:
URL: https://github.com/apache/iceberg-rust/pull/705

   Currently publishes to TestPypi on push.
   
   I plan to adopt the [same 
triggers](https://github.com/apache/iceberg-rust/blob/b2fb80339089eed658964cb6942979cb24f52dc4/.github/workflows/publish.yml#L20-L24)
 as the current `publish` action:
   
   ```
   on:
     push:
       tags:
         - '*'
     workflow_dispatch:
   ```
   
   And to add another step to publish to Production PyPi


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to