dannycjones opened a new pull request, #2715: URL: https://github.com/apache/iceberg-rust/pull/2715
## Which issue does this PR close? - Closes https://github.com/apache/iceberg-rust/issues/2361. ## What changes are included in this PR? This change moves PyPI publishing into the `publish.yml` top-level workflow. The original Python release workflow instead is used for packaging only, and the artifacts are downloaded and published by `publish.yml`. The existing workarounds are maintained for now, where committers can manually invoke the workflow to publish Python package artifacts. In order to use this change, we must allow PyPI to additionally authenticate with `publish.yml. Instructions on how to add new publishers: https://docs.pypi.org/trusted-publishers/adding-a-publisher/ ## Are these changes tested? No. I did not find a good way to dry-run test the workflow, so I do not have any PyPI equivalent to this: https://github.com/apache/iceberg-rust/pull/2705 -- 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]
