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

View File

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