Python version fix for workflow

master
AnthonyF 2021-12-09 21:43:13 -05:00
parent 67cd64f3ce
commit 1b424c90ce
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: Install dependencies
run: python -m pip install -U setuptools wheel build
- name: Build a binary wheel and a source tarball