Skip to content

Commit

Permalink
Merge pull request #4 from nokia/fix/publish-action
Browse files Browse the repository at this point in the history
Fix publish action
  • Loading branch information
hodossy authored Sep 17, 2020
2 parents f07919f + 7e53c06 commit c390e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install -r requirements.txt
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit c390e51

Please sign in to comment.