Skip to content

Commit 7aa90ae

Browse files
authored
Fix deploy workflow (#24)
1 parent 2564d0a commit 7aa90ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_build_and_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: actions/setup-python@v5
4040
with:
41-
python-version: '3.7'
41+
python-version: '3.8'
4242
architecture: 'x64'
4343
- name: Install needed packages to push new version on PyPi
4444
run: |

0 commit comments

Comments
 (0)