python version in string

This commit is contained in:
Firas K 2023-05-03 12:44:43 +03:00 committed by GitHub
parent 93af2e8084
commit ac484d43dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'
- name: Build wheel and source tarball
run: |
pip install wheel