Skip to content

Commit 9954700

Browse files
authored
Fix Pypi build (#54)
Signed-off-by: Aravinda Vishwanathapura <[email protected]>
1 parent 6d8040b commit 9954700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
python-version: '3.x'
2424
- name: Publish to Pypi
2525
run: |
26-
rm -rf dist; VERSION=${{ env.glustercli_version }} python3 setup.py sdist bdist_wheel;
26+
rm -rf dist; VERSION=${{ env.glustercli_version }} python3 setup.py sdist;
2727
TWINE_PASSWORD=${{ secrets.TWINE_PASSWORD }} twine upload --username aravindavk dist/*

0 commit comments

Comments
 (0)