Skip to content

Commit 5c349ab

Browse files
[PATCH] Trigger release
1 parent 3fbaab6 commit 5c349ab

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v2
2929
with:
30-
python-version: '3.7'
30+
python-version: '3.8'
3131

3232
- name: Setup Git
3333
run: |
@@ -77,7 +77,8 @@ jobs:
7777
runs-on: ubuntu-latest
7878
steps:
7979

80-
- uses: actions/checkout@v2
80+
- name: Checkout main
81+
uses: actions/checkout@v2
8182
with:
8283
ref: main
8384
fetch-depth: 0 # fetches entire history for all branches and tags
@@ -104,7 +105,8 @@ jobs:
104105
runs-on: ubuntu-latest
105106
steps:
106107

107-
- uses: actions/checkout@v2
108+
- name: Checkout main
109+
uses: actions/checkout@v2
108110
with:
109111
ref: main
110112

0 commit comments

Comments
 (0)