Skip to content

Commit 44c3fd8

Browse files
author
Michał Kudela
committed
Fix outdated comments about artifact paths and skip behavior
1 parent 75bcda3 commit 44c3fd8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/ci-helpers/hiveio_api_package.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# to the upstream (hive) project's registry
4040
#
4141
# Artifacts:
42-
# - ${API_GENERATION_DIR}/python_api_package/dist/*.whl Built wheel (only present when built locally)
42+
# - ${API_GENERATION_DIR}/python_api_package/dist/*.whl Built or downloaded wheel
4343
# - build_wheel.env Environment file with WHEEL_BUILD_VERSION (always)
4444

4545
.hiveio_api_package_template:

scripts/ci-helpers/hiveio_api_package.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
# 3. If exists: creates env file and exits (skips generation/build entirely)
99
# 4. If not: generates package, builds wheel, runs tests, and deploys to registry
1010
#
11-
# The output artifacts are identical regardless of build or download path.
11+
# The build_wheel.env artifact is always created with the resolved version.
12+
# When the version exists in the registry, generation and build are skipped entirely.
1213
#
1314
# Usage:
1415
# ./hiveio_api_package.sh [options]

0 commit comments

Comments
 (0)