Skip to content

Commit bbc8a8a

Browse files
author
peiyun@inj21
committed
change python-version to 3.7
1 parent 4613906 commit bbc8a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@master
16-
- name: Set up Python 3.6
16+
- name: Set up Python 3.7
1717
uses: actions/setup-python@v1
1818
with:
19-
python-version: 3.6
19+
python-version: 3.7
2020
- name: Install pypa/build
2121
run: >-
2222
python -m

0 commit comments

Comments
 (0)