[3.4] Fix base branch used for PyPI release? (#5212) (#5258)

(cherry picked from commit 80e7a70f9e)

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Red-GitHubBot
2021-09-08 20:30:05 +02:00
committed by GitHub
parent 620f462f4b
commit cbb5ffe252

View File

@@ -60,8 +60,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: V3/develop
- name: Set up Python
uses: actions/setup-python@v2
with:
@@ -87,6 +85,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.base_ref }}
- name: Set up Python
uses: actions/setup-python@v2
with: