Fix a pypi publish action

This commit is contained in:
c-bata
2022-12-26 11:18:38 +09:00
parent 92c54092a4
commit 2f662d5265
2 changed files with 21 additions and 6 deletions
+2 -2
View File
@@ -20,9 +20,9 @@ jobs:
- run: npm run build:prd
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools