From fd002c048b985dbb28040710808f8672c0e1901d Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Mon, 16 Mar 2026 22:46:45 -0500 Subject: [PATCH] Change Allowed-Packages path to use py_tag --- .github/workflows/Update-Constraints/Build-And-Freeze-VEnv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Update-Constraints/Build-And-Freeze-VEnv.sh b/.github/workflows/Update-Constraints/Build-And-Freeze-VEnv.sh index 7061201..dbcdc95 100755 --- a/.github/workflows/Update-Constraints/Build-And-Freeze-VEnv.sh +++ b/.github/workflows/Update-Constraints/Build-And-Freeze-VEnv.sh @@ -15,7 +15,7 @@ awk ' /^[[:space:]]*$/ { next } /^[[:space:]]*#/ { next } { gsub(/^[[:space:]]+|[[:space:]]+$/,"",$0); print tolower($0) } -' Data/Python/Allowed-Packages > .allowed_names +' Data/Python/${py_tag}/Allowed-Packages > .allowed_names IFS=',' read -ra NATIVE <<<"${ALLOW_SDIST_NATIVE:-}" @@ -65,4 +65,4 @@ pip freeze --exclude-editable > "$out_path" # Expose both basename (artifact name) and path (artifact file) echo "ARTIFACT_NAME=$out_basename" >> "$GITHUB_ENV" -echo "ARTIFACT_PATH=$out_path" >> "$GITHUB_ENV" \ No newline at end of file +echo "ARTIFACT_PATH=$out_path" >> "$GITHUB_ENV"