Skip to content

Commit 94eddf6

Browse files
committed
remove determination step of latest branch
1 parent c8deb35 commit 94eddf6

2 files changed

Lines changed: 0 additions & 81 deletions

File tree

.github/workflows/pypi_publish.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ jobs:
2323
with:
2424
python-version: "3.10"
2525

26-
- name: Fetch and checkout latest release branch
27-
run: |
28-
pip install -U requests packaging
29-
LATEST_BRANCH=$(python utils/fetch_latest_release_branch.py)
30-
echo "Latest branch: $LATEST_BRANCH"
31-
git fetch origin "$LATEST_BRANCH"
32-
git checkout "$LATEST_BRANCH"
33-
3426
- name: Install build dependencies
3527
run: |
3628
python -m pip install --upgrade pip

utils/fetch_latest_release_branch.py

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)