Skip to content

Commit 2263178

Browse files
committed
Merge branch 'develop' of github.com:algorithmiaio/algorithmia-adk-python into develop
2 parents 4123891 + 94d817d commit 2263178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
1818
- name: compile
1919
run: |
20+
pip3 install wheel
2021
python3 setup.py bdist_wheel --universal
2122
- name: Publish a Python distribution to PyPI
2223
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)