Skip to content

Commit c35b160

Browse files
committed
CI: build with python 3.9
1 parent dba465c commit c35b160

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
19+
with:
20+
python-version: 3.9
1921
- name: Build package
2022
run: make build
2123
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)