Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn authored Jan 11, 2021
1 parent 982dcc0 commit 2d5c64d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
with:
ref: ${{ steps.tag_release.outputs.new_tag }}
clean: true

- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8

- name: Build Wheel
run: pip install wheel && python setup.py sdist
Expand Down

0 comments on commit 2d5c64d

Please sign in to comment.