Skip to content

Commit bebcf1e

Browse files
committed
ci: python version to 3.9
1 parent 0893684 commit bebcf1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v2
31-
- name: Setup Python 3.10
31+
- name: Setup Python 3.9
3232
uses: actions/setup-python@v2
3333
with:
34-
python-version: 3.10
34+
python-version: 3.9
3535
- name: Install dependencies
3636
run: python3 -m pip install -r requirements.txt
3737
- name: Publish package to PyPI

0 commit comments

Comments
 (0)