Browse Source

fix: python version string (#475)

cachho 2 years ago
parent
commit
bbb3bca1c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/cd.yml

+ 1 - 1
.github/workflows/cd.yml

@@ -17,7 +17,7 @@ jobs:
       - name: Set up Python
       - name: Set up Python
         uses: actions/setup-python@v2
         uses: actions/setup-python@v2
         with:
         with:
-          python-version: 3.10
+          python-version: '3.11'
 
 
       - name: Install pep517
       - name: Install pep517
         run: |
         run: |