Skip to content

Commit 9336678

Browse files
author
peiyun@inj21
committed
change python to 3.6[F
1 parent fbe7f24 commit 9336678

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@master
15-
- name: Set up Python 3.7
15+
- name: Set up Python 3.6
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.7
18+
python-version: 3.6
1919
- name: Install pypa/build
2020
run: >-
2121
python -m
22-
python -m pip install --upgrade pip
2322
pip install
2423
build
2524
--user

0 commit comments

Comments
 (0)