Merge pull request #13 from HideyoshiNakazone/develop
Fixes GitHub Actions on Master Branch
This commit is contained in:
4
.github/workflows/python-pypi-upload.yml
vendored
4
.github/workflows/python-pypi-upload.yml
vendored
@@ -18,10 +18,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.8
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.8"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip pipenv
|
python -m pip install --upgrade pip pipenv
|
||||||
|
|||||||
Reference in New Issue
Block a user