Skip to content

Commit 5d2775f

Browse files
committed
ci: fix release workflow now uses .python-version
1 parent ed42237 commit 5d2775f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ jobs:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
wait-interval: 5
1919
- uses: actions/checkout@v3
20-
- name: Set up Python 3.7
20+
- name: Set up Python
2121
id: setup-python
2222
uses: actions/setup-python@v4
23-
with:
24-
python-version: 3.7
2523
- name: Cache virtualenv
2624
id: cache-venv
2725
uses: actions/cache@v3

0 commit comments

Comments
 (0)