dstandish opened a new pull request, #27171: URL: https://github.com/apache/airflow/pull/27171
This ensures that any templates required as part of the provider are included in the distributed packages. Resolves #26910. To test this locally, I did this: ```python ./dev/provider_packages/prepare_provider_packages.py generate-setup-files --version-suffix rc1 --no-git-update --verbose --skip-tag-check cncf.kubernetes ``` then ``` ./dev/provider_packages/prepare_provider_packages.py build-provider-packages --package-format sdist cncf.kubernetes --version-suffix rc1 --no-git-update --skip-tag-check ``` then check `dist` folder, expand package, and, there it is. -- 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]
