Skip to content

Commit 0d8a1f0

Browse files
committed
Revert release action
1 parent bab0803 commit 0d8a1f0

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,9 @@ jobs:
1212
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
1313
steps:
1414
- name: Check out the repo
15-
uses: actions/checkout@v3
16-
17-
- name: Install poetry
18-
run: pipx install poetry
19-
20-
- name: Set up Python
21-
uses: actions/setup-python@v4
15+
uses: actions/checkout@v2
2216
with:
23-
python-version: '3.10'
24-
cache: 'poetry'
17+
fetch-depth: 0
2518

2619
- name: Set up QEMU
2720
uses: docker/setup-qemu-action@v2
@@ -73,6 +66,16 @@ jobs:
7366
type=pep440,pattern={{major}}-slim
7467
type=pep440,pattern={{major}}.{{minor}}-slim
7568
69+
- name: Set up Python
70+
uses: actions/setup-python@v2
71+
with:
72+
python-version: '3.10.x'
73+
74+
- name: Set up Poetry
75+
uses: snok/install-poetry@v1
76+
with:
77+
version: '1.2.0'
78+
7679
- name: Install project
7780
run: make install
7881
- name: Run lint

0 commit comments

Comments
 (0)