Skip to content

Commit e8126d5

Browse files
Emin017claude
andcommitted
fix: correct REPO_ROOT path after script relocation
.github/scripts/ is two levels below repo root, not one. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7794735 commit e8126d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/build-wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
# Intended to run inside manylinux_2_34_x86_64 container or equivalent.
66

77
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
8-
REPO_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
8+
REPO_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"
99

1010
cd "$REPO_ROOT"
1111

0 commit comments

Comments
 (0)