Skip to content

Commit

Permalink
pip install wheel (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich authored Apr 11, 2024
1 parent 51d3b89 commit 1429971
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-sdk-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ jobs:
git commit -m "Bump version to ${{ github.event.release.tag_name }}"
- name: Build Python package
run: python setup.py sdist bdist_wheel
run: |
pip install wheel
python setup.py sdist bdist_wheel
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 1429971

Please sign in to comment.