Skip to content

Commit

Permalink
Merge pull request #763 from cglewis/master
Browse files Browse the repository at this point in the history
install wheel
  • Loading branch information
cglewis authored Nov 30, 2020
2 parents 43aac38 + 7bd6cc5 commit 2353511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
id: build_package
run: |
sudo apt-get update && \
sudo apt-get install -yq --no-install-recommends python3.7 python3.7-dev python3-setuptools && \
sudo apt-get install -yq --no-install-recommends python3-pip python3.7 python3.7-dev python3-setuptools && \
pip3 install wheel && \
python3 setup.py sdist bdist_wheel --universal
if: github.repository == 'iqtlabs/networkml' && github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
- name: Publish package
Expand Down

0 comments on commit 2353511

Please sign in to comment.