mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:27:54 -04:00
fix: add tag_name for linux build
This commit is contained in:
@@ -125,6 +125,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
tag_name=${{ github.ref_name }}
|
||||||
wheel_path_manylinux="${{ steps.auditwheel_repair.outputs.WHEEL_PATH_MANYLINUX }}"
|
wheel_path_manylinux="${{ steps.auditwheel_repair.outputs.WHEEL_PATH_MANYLINUX }}"
|
||||||
if [ ! -f "$wheel_path_manylinux" ]; then
|
if [ ! -f "$wheel_path_manylinux" ]; then
|
||||||
echo "Error: Wheel file not found at $wheel_path_manylinux"
|
echo "Error: Wheel file not found at $wheel_path_manylinux"
|
||||||
|
|||||||
@@ -168,6 +168,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
tag_name=${{ github.ref_name }}
|
||||||
wheel_path_manylinux="${{ steps.auditwheel_repair.outputs.WHEEL_PATH_MANYLINUX }}"
|
wheel_path_manylinux="${{ steps.auditwheel_repair.outputs.WHEEL_PATH_MANYLINUX }}"
|
||||||
if [ ! -f "$wheel_path_manylinux" ]; then
|
if [ ! -f "$wheel_path_manylinux" ]; then
|
||||||
echo "Error: Wheel file not found at $wheel_path_manylinux"
|
echo "Error: Wheel file not found at $wheel_path_manylinux"
|
||||||
|
|||||||
@@ -173,6 +173,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
tag_name=${{ github.ref_name }}
|
||||||
wheel_path_manylinux="${{ steps.auditwheel_repair.outputs.WHEEL_PATH_MANYLINUX }}"
|
wheel_path_manylinux="${{ steps.auditwheel_repair.outputs.WHEEL_PATH_MANYLINUX }}"
|
||||||
if [ ! -f "$wheel_path_manylinux" ]; then
|
if [ ! -f "$wheel_path_manylinux" ]; then
|
||||||
echo "Error: Wheel file not found at $wheel_path_manylinux"
|
echo "Error: Wheel file not found at $wheel_path_manylinux"
|
||||||
@@ -325,6 +326,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
tag_name=${{ github.ref_name }}
|
||||||
wheel_path_manylinux="${{ steps.auditwheel_repair.outputs.WHEEL_PATH_MANYLINUX }}"
|
wheel_path_manylinux="${{ steps.auditwheel_repair.outputs.WHEEL_PATH_MANYLINUX }}"
|
||||||
if [ ! -f "$wheel_path_manylinux" ]; then
|
if [ ! -f "$wheel_path_manylinux" ]; then
|
||||||
echo "Error: Wheel file not found at $wheel_path_manylinux"
|
echo "Error: Wheel file not found at $wheel_path_manylinux"
|
||||||
|
|||||||
@@ -166,6 +166,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
tag_name=${{ github.ref_name }}
|
||||||
wheel_path_manylinux="${{ steps.auditwheel_repair.outputs.WHEEL_PATH_MANYLINUX }}"
|
wheel_path_manylinux="${{ steps.auditwheel_repair.outputs.WHEEL_PATH_MANYLINUX }}"
|
||||||
if [ ! -f "$wheel_path_manylinux" ]; then
|
if [ ! -f "$wheel_path_manylinux" ]; then
|
||||||
echo "Error: Wheel file not found at $wheel_path_manylinux"
|
echo "Error: Wheel file not found at $wheel_path_manylinux"
|
||||||
|
|||||||
Reference in New Issue
Block a user