We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8deb35 commit 94eddf6Copy full SHA for 94eddf6
2 files changed
.github/workflows/pypi_publish.yaml
@@ -23,14 +23,6 @@ jobs:
23
with:
24
python-version: "3.10"
25
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
-
34
- name: Install build dependencies
35
run: |
36
python -m pip install --upgrade pip
utils/fetch_latest_release_branch.py
0 commit comments