Skip to content

Commit

Permalink
workflows/build_wheels.yml: Install missing pip package- needed for d…
Browse files Browse the repository at this point in the history
…eploy.

Signed-off-by: AlexandraTrifan <Alexandra.Trifan@analog.com>
  • Loading branch information
AlexandraTrifan committed Sep 21, 2022
1 parent ab33192 commit 7fad704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Upload to PyPI
shell: bash
run: |
python -m pip install twine
python -m twine upload --repository "testpypi" ${{ github.workspace }}/wheelhouse/*.whl
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit 7fad704

Please sign in to comment.