Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit d8058e9

Browse files
authored
Build wheels on py 3.7
1 parent 4662770 commit d8058e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23-
- name: Set up Python 3.6
23+
- name: Set up Python 3.7
2424
uses: actions/setup-python@v2
2525
with:
26-
python-version: 3.6
26+
python-version: 3.7
2727

2828
- name: Build a source tarball and wheel
2929
run: |
@@ -34,4 +34,4 @@ jobs:
3434
uses: pypa/gh-action-pypi-publish@master
3535
with:
3636
user: __token__
37-
password: ${{ secrets.PYPI_PASSWORD }}
37+
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)