Skip to content

Commit

Permalink
Merge pull request #2720 from jenshnielsen/install_wheel
Browse files Browse the repository at this point in the history
ensure wheel setuptools and pip is up to date before building packages
  • Loading branch information
jenshnielsen authored Feb 11, 2021
2 parents 6fb1e2c + 777cf4a commit 77d916e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upload_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.7'
- name: Install build deps
run: pip install --upgrade pip setuptools wheel
- name: Build
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 77d916e

Please sign in to comment.