mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 02:05:11 +08:00
fix: 1.9.0 nightly
1.9.0 nightly fix
This commit is contained in:
6
.github/workflows/nightly_build.yml
vendored
6
.github/workflows/nightly_build.yml
vendored
@ -90,6 +90,8 @@ jobs:
|
||||
with:
|
||||
ref: ${{ needs.resolve-release-branch.outputs.branch }}
|
||||
persist-credentials: true
|
||||
- name: Confirm branch
|
||||
run: git branch --show-current
|
||||
- name: "Setup Environment"
|
||||
uses: astral-sh/setup-uv@v6
|
||||
with:
|
||||
@ -99,6 +101,10 @@ jobs:
|
||||
prune-cache: false
|
||||
- name: Install the project
|
||||
run: uv sync
|
||||
- name: Check script location
|
||||
run: |
|
||||
echo "PWD: $(pwd)"
|
||||
find . -name "pypi_nightly_tag.py"
|
||||
|
||||
- name: Generate main nightly tag
|
||||
id: generate_release_tag
|
||||
|
||||
@ -153,7 +153,7 @@
|
||||
"filename": ".github/workflows/nightly_build.yml",
|
||||
"hashed_secret": "3e26d6750975d678acb8fa35a0f69237881576b0",
|
||||
"is_verified": false,
|
||||
"line_number": 257,
|
||||
"line_number": 263,
|
||||
"is_secret": false
|
||||
}
|
||||
],
|
||||
@ -5674,5 +5674,5 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"generated_at": "2026-03-16T13:08:35Z"
|
||||
"generated_at": "2026-03-17T05:56:32Z"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user