Skip to content

Commit

Permalink
Use py3.7 in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
c24t committed Oct 28, 2019
1 parent 1bf9edb commit 564a4cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.7'
- name: Build wheels
run: ./scripts/build.sh
- name: Publish to PyPI
Expand Down

0 comments on commit 564a4cd

Please sign in to comment.