Skip to content

Commit dec675a

Browse files
authored
ci: Fix PyPI deploy (#244)
1 parent 2f9dcc5 commit dec675a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Set up Python
6767
uses: actions/setup-python@v5
6868
with:
69-
python-version: 3.8
69+
python-version: 3.9
7070

7171
- name: Install dependencies
7272
run: make install-dev

0 commit comments

Comments
 (0)