We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8040b commit 9954700Copy full SHA for 9954700
.github/workflows/on-release-tag.yml
@@ -23,5 +23,5 @@ jobs:
23
python-version: '3.x'
24
- name: Publish to Pypi
25
run: |
26
- rm -rf dist; VERSION=${{ env.glustercli_version }} python3 setup.py sdist bdist_wheel;
+ rm -rf dist; VERSION=${{ env.glustercli_version }} python3 setup.py sdist;
27
TWINE_PASSWORD=${{ secrets.TWINE_PASSWORD }} twine upload --username aravindavk dist/*
0 commit comments