Skip to content

Commit

Permalink
Fix Pypi build (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Aravinda Vishwanathapura <[email protected]>
  • Loading branch information
aravindavk authored Feb 16, 2022
1 parent 6d8040b commit 9954700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
python-version: '3.x'
- name: Publish to Pypi
run: |
rm -rf dist; VERSION=${{ env.glustercli_version }} python3 setup.py sdist bdist_wheel;
rm -rf dist; VERSION=${{ env.glustercli_version }} python3 setup.py sdist;
TWINE_PASSWORD=${{ secrets.TWINE_PASSWORD }} twine upload --username aravindavk dist/*

0 comments on commit 9954700

Please sign in to comment.