Skip to content

Commit

Permalink
feat: install twine
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh-dixit committed Apr 24, 2024
1 parent 5baa022 commit 0be0ed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- name: Publish package
if: startsWith(github.ref, 'refs/tags/v')
run: |
pip install twine
cd ${{ matrix.package }} && twine upload dist/* && cd ../
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit 0be0ed8

Please sign in to comment.