potiuk commented on code in PR #43769:
URL: https://github.com/apache/airflow/pull/43769#discussion_r1843049932
##########
dev/breeze/src/airflow_breeze/commands/release_management_commands.py:
##########
@@ -926,7 +936,8 @@ def prepare_provider_packages(
include_removed=include_removed_providers,
include_not_ready=include_not_ready_providers,
)
- if not skip_tag_check:
+ package_version = create_package_version(version_suffix_for_pypi,
version_suffix_for_local)
+ if not skip_tag_check and not is_local_package_version(package_version):
run_command(["git", "remote", "rm", "apache-https-for-providers"],
check=False, stderr=DEVNULL)
make_sure_remote_apache_exists_and_fetch(github_repository=github_repository)
Review Comment:
Yes. We can ignore the "git remote" command if local package.. This is only
useful to skip providers automatically when they are already released.
--
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]