Skip to content

Commit 13421f1

Browse files
authored
Even more release fixes (#1031)
1 parent d3f678a commit 13421f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ jobs:
1515
TOXENV: publish
1616

1717
steps:
18+
- name: Switch to using Python 3.6 by default
19+
uses: actions/setup-python@v2
20+
with:
21+
python-version: 3.6
22+
1823
- name: Install Dependencies
1924
run: |
2025
sudo apt-get update
2126
sudo apt-get install gcc libkrb5-dev
2227
python3 -m pip install --upgrade pip
2328
python3 -m pip install --upgrade tox
2429
25-
- name: Switch to using Python 3.6 by default
26-
uses: actions/setup-python@v2
27-
with:
28-
python-version: 3.6
29-
3030
- name: Check out src from Git
3131
uses: actions/checkout@v2
3232
with:

0 commit comments

Comments
 (0)