fix: 1.9.0 nightly

1.9.0 nightly fix
This commit is contained in:
Adam Aghili
2026-03-17 01:56:39 -04:00
parent facd0b1ea7
commit 13908b2d31
2 changed files with 8 additions and 2 deletions

View File

@ -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